diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-03-07 00:00:12 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-03-07 00:00:12 +0900 |
| commit | ec6aadb5cefa9bde767fdfc2dd088f6e0e347864 (patch) | |
| tree | 9edcf4462513bfc5631a27f7ac04a1bdbe9c3800 | |
| parent | chore: Update commands (diff) | |
| download | sharkey-ec6aadb5cefa9bde767fdfc2dd088f6e0e347864.tar.gz sharkey-ec6aadb5cefa9bde767fdfc2dd088f6e0e347864.tar.bz2 sharkey-ec6aadb5cefa9bde767fdfc2dd088f6e0e347864.zip | |
Migrate deprecated mocha configuration
| -rw-r--r-- | .mocharc.json | 4 | ||||
| -rw-r--r-- | test/mocha.opts | 2 |
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 |