Skip to content

Commit 5c687cd

Browse files
author
Joe Bottigliero
committed
[tests] statsCases/module-deduplication
- Uses `timings: false` for module-deduplication tests and updates expected output.
1 parent 5433b8c commit 5c687cd

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

test/statsCases/module-deduplication-named/expected.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Time: Xms
21
Asset Size Chunks Chunk Names
32
0.js 769 bytes 0 [emitted] async3
43
1.js 769 bytes 1 [emitted] async2

test/statsCases/module-deduplication-named/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
},
1010
stats: {
1111
hash: false,
12-
timings: true,
12+
timings: false,
1313
chunks: true,
1414
chunkModules: true,
1515
modules: false

test/statsCases/module-deduplication/expected.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Time: Xms
21
Asset Size Chunks Chunk Names
32
0.js 691 bytes 0, 3 [emitted]
43
1.js 691 bytes 1, 4 [emitted]

test/statsCases/module-deduplication/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
},
1010
stats: {
1111
hash: false,
12-
timings: true,
12+
timings: false,
1313
chunks: true,
1414
chunkModules: true,
1515
modules: false

0 commit comments

Comments
 (0)