aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.2.0/js/commonjs/jasmine.json
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2017-02-22 16:15:07 -0500
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-02-23 16:57:35 -0500
commit2346f5a01561f695a2b2ba7655359d5020105077 (patch)
treef3fdb019459e912c42e5209e325047023907268c /third_party/protobuf/3.2.0/js/commonjs/jasmine.json
parent10390f2dac277baeaaff48fbfd663ce687ec92e1 (diff)
Upgrade //third_party/protobuf to v3.2.0
with some backports from HEAD (:java_toolchain, internal_gen_well_known_protos_java) Change-Id: I54be8809f411ec8cb02203b478f699e1fccb5f62
Diffstat (limited to 'third_party/protobuf/3.2.0/js/commonjs/jasmine.json')
-rw-r--r--third_party/protobuf/3.2.0/js/commonjs/jasmine.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/protobuf/3.2.0/js/commonjs/jasmine.json b/third_party/protobuf/3.2.0/js/commonjs/jasmine.json
new file mode 100644
index 0000000000..666b8edbf8
--- /dev/null
+++ b/third_party/protobuf/3.2.0/js/commonjs/jasmine.json
@@ -0,0 +1,9 @@
+{
+ "spec_dir": "",
+ "spec_files": [
+ "*_test.js",
+ "binary/proto_test.js"
+ ],
+ "helpers": [
+ ]
+}