aboutsummaryrefslogtreecommitdiff
path: root/js/proto3_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/proto3_test.js
parent55cc3aa987159bcdb491550d864115c1e8daeebb (diff)
downloadprotobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.tar.gz
protobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.tar.bz2
protobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.zip
CommonJS tests are now passing.
Diffstat (limited to 'js/proto3_test.js')
-rw-r--r--js/proto3_test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/proto3_test.js b/js/proto3_test.js
index 8102bab6..e4116cb9 100644
--- a/js/proto3_test.js
+++ b/js/proto3_test.js
@@ -29,7 +29,11 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
goog.require('goog.testing.asserts');
+
+// CommonJS-LoadFromFile: testbinary_pb
goog.require('proto.jspb.test.ForeignMessage');
+
+// CommonJS-LoadFromFile: proto3_test_pb
goog.require('proto.jspb.test.Proto3Enum');
goog.require('proto.jspb.test.TestProto3');