diff --git a/.mocharc.json b/.mocharc.json
new file mode 100644
index 000000000..538f3ca10
--- /dev/null
+++ b/.mocharc.json
@@ -0,0 +1,7 @@
+{
+  "exit": true,
+  "spec": ["ts/test/**/*_test.js"],
+  "require": "jsdom-global/register",
+  "timeout": "10000",
+  "recursive": true
+}