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