aboutsummaryrefslogtreecommitdiff
path: root/js/jasmine_commonjs.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/jasmine_commonjs.json')
-rw-r--r--js/jasmine_commonjs.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/js/jasmine_commonjs.json b/js/jasmine_commonjs.json
new file mode 100644
index 00000000..05444550
--- /dev/null
+++ b/js/jasmine_commonjs.json
@@ -0,0 +1,11 @@
+{
+ "spec_dir": "",
+ "spec_files": [
+ "*_test.js"
+ ],
+ "helpers": [
+ "node_modules/google-closure-library/closure/goog/bootstrap/nodejs.js",
+ "node_loader.js",
+ "deps.js"
+ ]
+}