From ec6aadb5cefa9bde767fdfc2dd088f6e0e347864 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 7 Mar 2020 00:00:12 +0900 Subject: [PATCH] Migrate deprecated mocha configuration --- .mocharc.json | 4 ++++ test/mocha.opts | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .mocharc.json delete mode 100644 test/mocha.opts 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