aboutsummaryrefslogtreecommitdiff
path: root/js/compatibility_tests/v3.0.0/commonjs/jasmine.json
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2017-04-03 14:39:26 -0700
committerGitHub <noreply@github.com>2017-04-03 14:39:26 -0700
commitcc3fa2ec80d196e045ae05797799f079188106f3 (patch)
tree25cdea9202fa1b79395204373e49a9808a685009 /js/compatibility_tests/v3.0.0/commonjs/jasmine.json
parent4a0dd03e52e09332c8fd0f8f26a8e0ae9f911182 (diff)
parent10ea25133df29e70f2541f8ec34be091d447f5ae (diff)
downloadprotobuf-cc3fa2ec80d196e045ae05797799f079188106f3.tar.gz
protobuf-cc3fa2ec80d196e045ae05797799f079188106f3.tar.bz2
protobuf-cc3fa2ec80d196e045ae05797799f079188106f3.zip
Merge pull request #2676 from acozzette/js-compatibility-tests
JS compatibility tests
Diffstat (limited to 'js/compatibility_tests/v3.0.0/commonjs/jasmine.json')
-rw-r--r--js/compatibility_tests/v3.0.0/commonjs/jasmine.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/js/compatibility_tests/v3.0.0/commonjs/jasmine.json b/js/compatibility_tests/v3.0.0/commonjs/jasmine.json
new file mode 100644
index 00000000..666b8edb
--- /dev/null
+++ b/js/compatibility_tests/v3.0.0/commonjs/jasmine.json
@@ -0,0 +1,9 @@
+{
+ "spec_dir": "",
+ "spec_files": [
+ "*_test.js",
+ "binary/proto_test.js"
+ ],
+ "helpers": [
+ ]
+}