aboutsummaryrefslogtreecommitdiff
path: root/js/jasmine.json
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-02-02 15:54:59 -0800
committerJosh Haberman <jhaberman@gmail.com>2016-02-02 15:54:59 -0800
commit5394fdb6419cb138397e9612a79dc931349ddb81 (patch)
tree03155d54ac856e7b8e612c8d1b0307c9cb523b74 /js/jasmine.json
parent287a095c87d2c188a6869a1e8addcc5d7ab18958 (diff)
downloadprotobuf-5394fdb6419cb138397e9612a79dc931349ddb81.tar.gz
protobuf-5394fdb6419cb138397e9612a79dc931349ddb81.tar.bz2
protobuf-5394fdb6419cb138397e9612a79dc931349ddb81.zip
Enable JavaScript tests for binary parse/serialize.
These should have been included in the first match but I overlooked them. This involved deleting some of the code that tests Google-internal-only features.
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",