File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ console.log("var global = Function('return this')();");
6767console . log ( "var googleProtobuf = require('google-protobuf');" ) ;
6868console . log ( "var testdeps = require('testdeps_commonjs');" ) ;
6969console . log ( "global.goog = testdeps.goog;" ) ;
70- console . log ( "global.jspb = googleProtobuf.jspb ;" ) ;
70+ console . log ( "global.jspb = googleProtobuf;" ) ;
7171console . log ( "var asserts = require('closure_asserts_commonjs');" ) ;
7272console . log ( "" ) ;
7373console . log ( "// Bring asserts into the global namespace." ) ;
Original file line number Diff line number Diff line change 2929// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
3131goog . require ( 'goog.testing.asserts' ) ;
32+ goog . require ( 'goog.testing.TestCase' ) ;
3233goog . require ( 'goog.userAgent' ) ;
3334
3435// CommonJS-LoadFromFile: testbinary_pb proto.jspb.test
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ goog.setTestOnly();
3434
3535goog . require ( 'goog.testing.PropertyReplacer' ) ;
3636goog . require ( 'goog.testing.asserts' ) ;
37+ goog . require ( 'goog.testing.TestCase' ) ;
3738goog . require ( 'goog.userAgent' ) ;
3839
3940// CommonJS-LoadFromFile: google-protobuf jspb
You can’t perform that action at this time.
0 commit comments