From 633bd92adc79666c62a81af2b828b5b072625d22 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Fri, 12 Jun 2020 17:43:32 +0000 Subject: [PATCH] use .mocharc.yml --- .mocharc.yml | 4 ++++ test/mocha.opts | 3 --- 2 files changed, 4 insertions(+), 3 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 0000000..e27d213 --- /dev/null +++ b/.mocharc.yml @@ -0,0 +1,4 @@ +--- +ui: tdd +timeout: 30s +reporter: spec diff --git a/test/mocha.opts b/test/mocha.opts deleted file mode 100644 index 7823d9f..0000000 --- a/test/mocha.opts +++ /dev/null @@ -1,3 +0,0 @@ ---ui tdd ---timeout 240s ---reporter spec