From 3d0db9630f79d2a23626241e1c577314f923e490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 3 May 2020 22:55:50 -0400 Subject: [PATCH] fix: remove deprecated mocha.opts --- .mocharc.yml | 4 ++++ test/mocha.opts | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .mocharc.yml delete mode 100644 test/mocha.opts 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