Skip to content

Commit

Permalink
fixed Stats cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 6, 2016
1 parent f7c232c commit 0a4a827
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion test/statsCases/chunks/expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hash: 0fb80ce5ecf873981665
Hash: 27235b4ca867bdeff48f
Time: Xms
Asset Size Chunks Chunk Names
bundle.js 4.54 kB 0 [emitted] main
Expand Down
2 changes: 1 addition & 1 deletion test/statsCases/color-disabled/expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hash: 976ca41fdcf0493c675a
Hash: a28a23f40893dddd7764
Time: Xms
Asset Size Chunks Chunk Names
main.js 1.53 kB 0 [emitted] main
Expand Down
2 changes: 1 addition & 1 deletion test/statsCases/color-enabled-custom/expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hash: <CLR=BOLD>976ca41fdcf0493c675a</CLR>
Hash: <CLR=BOLD>a28a23f40893dddd7764</CLR>
Time: <CLR=BOLD>X</CLR>ms
<CLR=BOLD>Asset</CLR> <CLR=BOLD>Size</CLR> <CLR=BOLD>Chunks</CLR> <CLR=39,BOLD><CLR=22> <CLR=BOLD>Chunk Names</CLR>
<CLR=32>main.js</CLR> 1.53 kB <CLR=BOLD>0</CLR> <CLR=32>[emitted]</CLR> main
Expand Down
2 changes: 1 addition & 1 deletion test/statsCases/color-enabled/expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hash: <CLR=BOLD>976ca41fdcf0493c675a</CLR>
Hash: <CLR=BOLD>a28a23f40893dddd7764</CLR>
Time: <CLR=BOLD>X</CLR>ms
<CLR=BOLD>Asset</CLR> <CLR=BOLD>Size</CLR> <CLR=BOLD>Chunks</CLR> <CLR=39,BOLD><CLR=22> <CLR=BOLD>Chunk Names</CLR>
<CLR=32,BOLD>main.js</CLR> 1.53 kB <CLR=BOLD>0</CLR> <CLR=32,BOLD>[emitted]</CLR> main
Expand Down
6 changes: 3 additions & 3 deletions test/statsCases/define-plugin/expected.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Hash: ba6fdb03925de258ce9ad4e14cf054705a795103
Hash: c19ce31d1b926d2c50dee65df1199ba8f15ef285
Child
Hash: ba6fdb03925de258ce9a
Hash: c19ce31d1b926d2c50de
Time: Xms
Asset Size Chunks Chunk Names
main.js 1.57 kB 0 [emitted] main
chunk {0} main.js (main) 24 bytes [rendered]
[0] (webpack)/test/statsCases/define-plugin/index.js 24 bytes {0} [built]
Child
Hash: d4e14cf054705a795103
Hash: e65df1199ba8f15ef285
Time: Xms
Asset Size Chunks Chunk Names
main.js 1.57 kB 0 [emitted] main
Expand Down
2 changes: 1 addition & 1 deletion test/statsCases/external/expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hash: 59bc61bdff14b642052c
Hash: b47623b7e530ed8ea3e3
Time: Xms
Asset Size Chunks Chunk Names
main.js 1.66 kB 0 [emitted] main
Expand Down
2 changes: 1 addition & 1 deletion test/statsCases/preset-normal/expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hash: 5e20eab284e2a2922ffc
Hash: 28f1432535bf71216689
Time: Xms
chunk {0} main.js (main) 73 bytes [rendered]
chunk {1} 1.js 54 bytes {0} [rendered]
Expand Down
4 changes: 2 additions & 2 deletions test/statsCases/preset-verbose/expected.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Hash: 5e20eab284e2a2922ffc
Hash: 28f1432535bf71216689
Time: Xms
Asset Size Chunks Chunk Names
main.js 4.54 kB 0 [emitted] main
main.js 4.53 kB 0 [emitted] main
1.js 250 bytes 1 [emitted]
2.js 107 bytes 2 [emitted]
3.js 202 bytes 3 [emitted]
Expand Down
2 changes: 1 addition & 1 deletion test/statsCases/simple-more-info/expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hash: 06fe17dbca7dc4164cff
Hash: baefba5235250d2f6688
Time: Xms
Asset Size Chunks Chunk Names
bundle.js 1.53 kB 0 [emitted] main
Expand Down
2 changes: 1 addition & 1 deletion test/statsCases/simple/expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hash: 06fe17dbca7dc4164cff
Hash: baefba5235250d2f6688
Time: Xms
Asset Size Chunks Chunk Names
bundle.js 1.53 kB 0 [emitted] main
Expand Down

0 comments on commit 0a4a827

Please sign in to comment.