aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/jasmine.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/jasmine.json')
-rw-r--r--js/jasmine.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/js/jasmine.json b/js/jasmine.json
new file mode 100644
index 00000000..05444550
--- /dev/null
+++ b/js/jasmine.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"
+ ]
+}