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
parent6d9dc0de38df70c44886794df1d6b47775226bcb (diff)
Move mocha options to .mocharc.json
-rw-r--r--.mocharc.json7
-rw-r--r--package.json7
2 files changed, 7 insertions, 7 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
+}
diff --git a/package.json b/package.json
index 20699cb..9cb7bc3 100644
--- a/package.json
+++ b/package.json
@@ -79,13 +79,6 @@
"stylus": "^0.57.0",
"xo": "^0.48.0"
},
- "mocha": {
- "check-leaks": true,
- "throw-deprecation": true,
- "trace-deprecation": true,
- "trace-warnings": true,
- "use_strict": true
- },
"xo": {
"space": true,
"rules": {