From 4f43c3c6ad88461d9980ffc4b5b0f4b1b7e9ee27 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 19 Feb 2022 18:44:52 +0200 Subject: [PATCH] Remove use_strict from mocha options too for now --- .mocharc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.mocharc.json b/.mocharc.json index dd7e93b..0291438 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -3,5 +3,4 @@ "throw-deprecation": true, "trace-deprecation": true, "trace-warnings": true, - "use_strict": true }