aboutsummaryrefslogtreecommitdiff
path: root/js/binary/proto_test.js
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-02-04 10:29:27 -0800
committerJosh Haberman <jhaberman@gmail.com>2016-02-18 10:30:21 -0800
commite9f31ee3d7cf7c0f370607e54dbea01ba7240a77 (patch)
tree67eb860493c5e1c3d9aaa51386f484dd3eefe493 /js/binary/proto_test.js
parent55cc3aa987159bcdb491550d864115c1e8daeebb (diff)
downloadprotobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.tar.gz
protobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.tar.bz2
protobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.zip
CommonJS tests are now passing.
Diffstat (limited to 'js/binary/proto_test.js')
-rw-r--r--js/binary/proto_test.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/binary/proto_test.js b/js/binary/proto_test.js
index 1cb7ff0e..106ee243 100644
--- a/js/binary/proto_test.js
+++ b/js/binary/proto_test.js
@@ -31,6 +31,8 @@
// Test suite is written using Jasmine -- see http://jasmine.github.io/
goog.require('goog.testing.asserts');
+
+// CommonJS-LoadFromFile: testbinary_pb
goog.require('proto.jspb.test.ExtendsWithMessage');
goog.require('proto.jspb.test.ForeignEnum');
goog.require('proto.jspb.test.ForeignMessage');