aboutsummaryrefslogtreecommitdiff
path: root/js/jasmine.json
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2017-02-28 14:20:56 -0800
committerAdam Cozzette <acozzette@google.com>2017-04-03 12:55:20 -0700
commit7e5f980508fd8f44eae7806dc4d942e526659403 (patch)
tree89898d4139f99905089ca7bfb7582373ca092210 /js/jasmine.json
parent4a0dd03e52e09332c8fd0f8f26a8e0ae9f911182 (diff)
downloadprotobuf-7e5f980508fd8f44eae7806dc4d942e526659403.tar.gz
protobuf-7e5f980508fd8f44eae7806dc4d942e526659403.tar.bz2
protobuf-7e5f980508fd8f44eae7806dc4d942e526659403.zip
Split test protos into two groups
Diffstat (limited to 'js/jasmine.json')
-rw-r--r--js/jasmine.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/jasmine.json b/js/jasmine.json
index 093f1579..aeea72f8 100644
--- a/js/jasmine.json
+++ b/js/jasmine.json
@@ -10,6 +10,8 @@
"deps.js",
"google/protobuf/any.js",
"google/protobuf/struct.js",
- "google/protobuf/timestamp.js"
+ "google/protobuf/timestamp.js",
+ "testproto_libs1.js",
+ "testproto_libs2.js"
]
}