Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-03-25 09:12:40 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-03-25 09:12:40 +0300
commit8bcf6f3abfa602cdb58347111a91fce652e163e3 (patch)
treee6f92bb0acbc17070749c1b9ec6ad12b560a2108 /.mocharc.json
parent6d9dc0de38df70c44886794df1d6b47775226bcb (diff)
Move mocha options to .mocharc.json
Diffstat (limited to '.mocharc.json')
-rw-r--r--.mocharc.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.mocharc.json b/.mocharc.json
new file mode 100644
index 0000000..dd7e93b
--- /dev/null
+++ b/.mocharc.json
@@ -0,0 +1,7 @@
+{
+ "check-leaks": true,
+ "throw-deprecation": true,
+ "trace-deprecation": true,
+ "trace-warnings": true,
+ "use_strict": true
+}