commit | e9f31ee3d7cf7c0f370607e54dbea01ba7240a77 | [log] [tgz] |
---|---|---|
author | Josh Haberman <jhaberman@gmail.com> | Thu Feb 04 10:29:27 2016 -0800 |
committer | Josh Haberman <jhaberman@gmail.com> | Thu Feb 18 10:30:21 2016 -0800 |
tree | 67eb860493c5e1c3d9aaa51386f484dd3eefe493 | |
parent | 55cc3aa987159bcdb491550d864115c1e8daeebb [diff] [blame] |
CommonJS tests are now passing.
diff --git a/js/binary/proto_test.js b/js/binary/proto_test.js index 1cb7ff0..106ee24 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');