summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-03-07 00:00:12 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-03-07 00:00:12 +0900
commitec6aadb5cefa9bde767fdfc2dd088f6e0e347864 (patch)
tree9edcf4462513bfc5631a27f7ac04a1bdbe9c3800
parentchore: Update commands (diff)
downloadsharkey-ec6aadb5cefa9bde767fdfc2dd088f6e0e347864.tar.gz
sharkey-ec6aadb5cefa9bde767fdfc2dd088f6e0e347864.tar.bz2
sharkey-ec6aadb5cefa9bde767fdfc2dd088f6e0e347864.zip
Migrate deprecated mocha configuration
-rw-r--r--.mocharc.json4
-rw-r--r--test/mocha.opts2
2 files changed, 4 insertions, 2 deletions
diff --git a/.mocharc.json b/.mocharc.json
new file mode 100644
index 0000000000..908490ecaf
--- /dev/null
+++ b/.mocharc.json
@@ -0,0 +1,4 @@
+{
+ "timeout": 30000,
+ "slow": 1000
+}
diff --git a/test/mocha.opts b/test/mocha.opts
deleted file mode 100644
index e114c53bd8..0000000000
--- a/test/mocha.opts
+++ /dev/null
@@ -1,2 +0,0 @@
---timeout 30000
---slow 1000