File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5656 "grunt-compare-size" : " ~0.4.0" ,
5757 "gzip-js" : " ~0.3.2" ,
5858 "tmp" : " ~0.0.18" ,
59- "grunt-contrib-compress" : " ~0.5.1"
59+ "grunt-contrib-compress" : " ~0.5.1" ,
60+ "jasmine-tapreporter" : " ~0.2.2"
6061 },
6162 "engines" : {
6263 "node" : " >=0.10.0"
Original file line number Diff line number Diff line change 2323 document . write ( '<script src="' + __dirname + '/../build/jasmine.js' + cacheBust + '"><\/script>' ) ;
2424 document . write ( '<script src="' + __dirname + '/../build/react.js' + cacheBust + '"><\/script>' ) ;
2525 document . write ( '<script src="' + __dirname + '/../build/react-test.js' + cacheBust + '"><\/script>' ) ;
26+ document . write ( '<script src="' + __dirname + '/../node_modules/jasmine-tapreporter/src/tapreporter.js' + cacheBust + '"><\/script>' ) ;
2627 document . write ( '<script src="' + __dirname + '/../test/the files to test.generated.js' + cacheBust + '"><\/script>' ) ;
2728 document . write ( '<script src="' + __dirname + '/../test/jasmine-execute.js' + cacheBust + '"><\/script>' ) ;
2829
Original file line number Diff line number Diff line change 11; ( function ( env ) {
2+ env . addReporter ( new TAPReporter ( console . log . bind ( console ) ) ) ;
3+
24 // Clean up any nodes the previous test might have added.
35 env . afterEach ( function ( ) {
46 harness . removeNextSiblings ( document . body ) ;
You can’t perform that action at this time.
0 commit comments