File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11it ( "should polyfill System" , function ( ) {
2- if ( typeof System === "object" && typeof System . register === "function" ) {
2+ if ( typeof System . register === "function" ) {
33 require ( "fail" ) ;
44 }
55 ( typeof System ) . should . be . eql ( "object" ) ;
@@ -9,4 +9,4 @@ it("should polyfill System", function() {
99 ( typeof System . anyNewItem ) . should . be . eql ( "undefined" ) ;
1010 var x = System . anyNewItem ;
1111 ( typeof x ) . should . be . eql ( "undefined" ) ;
12- } )
12+ } )
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ it("should not parse filtered stuff", function() {
4545 if ( typeof module === "undefined" ) module = require ( "fail" ) ;
4646 if ( typeof module != "object" ) module = require ( "fail" ) ;
4747 if ( typeof exports == "undefined" ) exports = require ( "fail" ) ;
48- if ( typeof System !== "object" ) exports = require ( "fail" ) ;
4948 if ( typeof System . import !== "function" ) exports = require ( "fail" ) ;
5049 if ( typeof require . include !== "function" ) require . include ( "fail" ) ;
5150 if ( typeof require . ensure !== "function" ) require . ensure ( [ "fail" ] , function ( ) { } ) ;
You can’t perform that action at this time.
0 commit comments