Use a configuration file for mocha ut
[poolifier.git] / .mocharc.json
diff --git a/.mocharc.json b/.mocharc.json
new file mode 100644 (file)
index 0000000..aa7764d
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "diff": true,
+  "package": "./package.json",
+  "timeout": 20000,
+  "full-trace": true,
+  "exit": true,
+  "require": ["source-map-support/register"]
+}