diff --git a/.mocharc.yml b/.mocharc.yml new file mode 100644 index 0000000000..16d8518d1b --- /dev/null +++ b/.mocharc.yml @@ -0,0 +1,4 @@ +reporter: dot +timeout: 25000 +exit: true +bail: true diff --git a/test/mocha.opts b/test/mocha.opts deleted file mode 100644 index 8a27d465f8..0000000000 --- a/test/mocha.opts +++ /dev/null @@ -1,4 +0,0 @@ ---reporter dot ---timeout 25000 ---exit ---bail \ No newline at end of file