From 94398b9d459f38b6244480966381af97605a492b Mon Sep 17 00:00:00 2001 From: goferito Date: Sun, 24 May 2015 00:50:35 +0200 Subject: [PATCH] Add mocha.opts --- test/mocha.opts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/mocha.opts diff --git a/test/mocha.opts b/test/mocha.opts new file mode 100644 index 0000000..1a8c077 --- /dev/null +++ b/test/mocha.opts @@ -0,0 +1,3 @@ +--reporter spec +--require should +--ui bdd