diff --git a/.mocharc.json b/.mocharc.json new file mode 100644 index 0000000..89a1352 --- /dev/null +++ b/.mocharc.json @@ -0,0 +1,5 @@ +{ + "require": [ + "./test/mocha.setup.js" + ] +}