aboutsummaryrefslogtreecommitdiff
path: root/js/debug_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/debug_test.js
parent55cc3aa987159bcdb491550d864115c1e8daeebb (diff)
downloadprotobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.tar.gz
protobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.tar.bz2
protobuf-e9f31ee3d7cf7c0f370607e54dbea01ba7240a77.zip
CommonJS tests are now passing.
Diffstat (limited to 'js/debug_test.js')
-rw-r--r--js/debug_test.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/debug_test.js b/js/debug_test.js
index 615fc7c6..d7bf3768 100644
--- a/js/debug_test.js
+++ b/js/debug_test.js
@@ -31,13 +31,16 @@
goog.setTestOnly();
goog.require('goog.testing.asserts');
+
+// CommonJS-LoadFromFile: google-protobuf
goog.require('jspb.debug');
+
+// CommonJS-LoadFromFile: test_pb
goog.require('proto.jspb.test.HasExtensions');
goog.require('proto.jspb.test.IsExtension');
goog.require('proto.jspb.test.Simple1');
-
describe('debugTest', function() {
it('testSimple1', function() {
if (COMPILED) {