File tree Expand file tree Collapse file tree
test/binCases/plugins/uglifyjsplugin-empty-args Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"use strict" ;
22
33module . exports = function testAssertions ( code , stdout , stderr ) {
4- code . should . be . exactly ( 0 ) ;
4+ code . should . be . exactly ( 0 ) ;
55
6- stdout . should . be . ok ( ) ;
7- stdout [ 3 ] . should . containEql ( "Hash: " ) ;
8- stdout [ 4 ] . should . containEql ( "Version: " ) ;
9- stdout [ 5 ] . should . containEql ( "Time: " ) ;
10- stdout [ 7 ] . should . containEql ( "null.js" ) ;
11- stdout [ 8 ] . should . containEql ( "./index.js" ) ;
12- stdout [ 8 ] . should . containEql ( "[built]" ) ;
6+ stdout . should . be . ok ( ) ;
7+ stdout [ 3 ] . should . containEql ( "Hash: " ) ;
8+ stdout [ 4 ] . should . containEql ( "Version: " ) ;
9+ stdout [ 5 ] . should . containEql ( "Time: " ) ;
10+ stdout [ 7 ] . should . containEql ( "null.js" ) ;
11+ stdout [ 8 ] . should . containEql ( "./index.js" ) ;
12+ stdout [ 8 ] . should . containEql ( "[built]" ) ;
1313
14- stderr . should . be . empty ( ) ;
15- }
14+ stderr . should . be . empty ( ) ;
15+ } ;
Original file line number Diff line number Diff line change 11var path = require ( "path" ) ;
22
33module . exports = {
4- entry : path . resolve ( __dirname , "./index" ) ,
5- }
4+ entry : path . resolve ( __dirname , "./index" ) ,
5+ } ;
You can’t perform that action at this time.
0 commit comments