aboutsummaryrefslogtreecommitdiff
path: root/js/jasmine.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/jasmine.json')
-rw-r--r--js/jasmine.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/jasmine.json b/js/jasmine.json
index 05444550..f83c54c0 100644
--- a/js/jasmine.json
+++ b/js/jasmine.json
@@ -1,7 +1,8 @@
{
"spec_dir": "",
"spec_files": [
- "*_test.js"
+ "*_test.js",
+ "binary/*_test.js"
],
"helpers": [
"node_modules/google-closure-library/closure/goog/bootstrap/nodejs.js",