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