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.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/js/jasmine_commonjs.json b/js/jasmine_commonjs.json
index 05444550..666b8edb 100644
--- a/js/jasmine_commonjs.json
+++ b/js/jasmine_commonjs.json
@@ -1,11 +1,9 @@
{
"spec_dir": "",
"spec_files": [
- "*_test.js"
+ "*_test.js",
+ "binary/proto_test.js"
],
"helpers": [
- "node_modules/google-closure-library/closure/goog/bootstrap/nodejs.js",
- "node_loader.js",
- "deps.js"
]
}