aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/compatibility_tests/v3.0.0/jasmine1.json
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@google.com>2017-02-28 14:20:56 -0800
committerGravatar Adam Cozzette <acozzette@google.com>2017-04-03 12:55:20 -0700
commit10ea25133df29e70f2541f8ec34be091d447f5ae (patch)
tree25cdea9202fa1b79395204373e49a9808a685009 /js/compatibility_tests/v3.0.0/jasmine1.json
parent7e5f980508fd8f44eae7806dc4d942e526659403 (diff)
Added compatibility tests for version 3.0.0
Diffstat (limited to 'js/compatibility_tests/v3.0.0/jasmine1.json')
-rw-r--r--js/compatibility_tests/v3.0.0/jasmine1.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/js/compatibility_tests/v3.0.0/jasmine1.json b/js/compatibility_tests/v3.0.0/jasmine1.json
new file mode 100644
index 00000000..6653c01c
--- /dev/null
+++ b/js/compatibility_tests/v3.0.0/jasmine1.json
@@ -0,0 +1,17 @@
+{
+ "spec_dir": "",
+ "spec_files": [
+ "*_test.js",
+ "binary/*_test.js"
+ ],
+ "helpers": [
+ "../../../js/node_modules/google-closure-library/closure/goog/bootstrap/nodejs.js",
+ "../../../js/node_loader.js",
+ "../../../js/deps.js",
+ "../../../js/google/protobuf/any.js",
+ "../../../js/google/protobuf/struct.js",
+ "../../../js/google/protobuf/timestamp.js",
+ "testproto_libs1.js",
+ "testproto_libs2.js"
+ ]
+}