Skip to content

Commit

Permalink
Merge pull request #183 from TypeStrong/fix-current-tests
Browse files Browse the repository at this point in the history
Update tests
  • Loading branch information
jbrantly committed Apr 11, 2016
2 parents 397942b + c9ceb53 commit 21344c0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions test/html-webpack-plugin/expectedOutput-1.6/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 22 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Asset Size Chunks Chunk Names
index.html 426 kB 0
chunk {0} index.html 412 kB [rendered]
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 356 bytes {0} [built]
[1] ./~/html-webpack-plugin/~/lodash/index.js 411 kB {0} [built]
index.html 519 kB 0
chunk {0} index.html 502 kB [rendered]
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 550 bytes {0} [built]
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 502 kB {0} [built]
[2] (webpack)/buildin/module.js 241 bytes {0} [built]
8 changes: 4 additions & 4 deletions test/html-webpack-plugin/expectedOutput-1.7/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 22 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Asset Size Chunks Chunk Names
index.html 426 kB 0
chunk {0} index.html 412 kB [rendered]
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 356 bytes {0} [built]
[1] ./~/html-webpack-plugin/~/lodash/index.js 411 kB {0} [built]
index.html 519 kB 0
chunk {0} index.html 502 kB [rendered]
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 550 bytes {0} [built]
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 502 kB {0} [built]
[2] (webpack)/buildin/module.js 241 bytes {0} [built]
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 36 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 36 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Asset Size Chunks Chunk Names
index.html 426 kB 0
chunk {0} index.html 412 kB [rendered]
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 356 bytes {0} [built]
[1] ./~/html-webpack-plugin/~/lodash/index.js 411 kB {0} [built]
index.html 519 kB 0
chunk {0} index.html 502 kB [rendered]
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 550 bytes {0} [built]
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 502 kB {0} [built]
[2] (webpack)/buildin/module.js 241 bytes {0} [built]
8 changes: 4 additions & 4 deletions test/html-webpack-plugin/expectedOutput-1.8/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 22 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Asset Size Chunks Chunk Names
index.html 426 kB 0
chunk {0} index.html 412 kB [rendered]
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 356 bytes {0} [built]
[1] ./~/html-webpack-plugin/~/lodash/index.js 411 kB {0} [built]
index.html 519 kB 0
chunk {0} index.html 502 kB [rendered]
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 550 bytes {0} [built]
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 502 kB {0} [built]
[2] (webpack)/buildin/module.js 241 bytes {0} [built]

0 comments on commit 21344c0

Please sign in to comment.