aboutsummaryrefslogtreecommitdiff
path: root/js/jasmine_commonjs.json
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-02-04 10:29:27 -0800
committerJosh Haberman <jhaberman@gmail.com>2016-02-18 10:30:21 -0800
commite9f31ee3d7cf7c0f370607e54dbea01ba7240a77 (patch)
tree67eb860493c5e1c3d9aaa51386f484dd3eefe493 /js/jasmine_commonjs.json
parent55cc3aa987159bcdb491550d864115c1e8daeebb (diff)
downloadprotobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.tar.gz
protobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.tar.bz2
protobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.zip
CommonJS tests are now passing.
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"
]
}