Skip to content

Commit 1bb32c7

Browse files
author
emilien.escalle
committed
Add new tests
1 parent 8e738b7 commit 1bb32c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/packExternalModules.test.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe('packExternalModules', () => {
160160
},
161161
]),
162162
new ChunkMockNoModulesIterable([
163-
163+
164164
]),
165165
],
166166
compiler: {
@@ -336,7 +336,9 @@ describe('packExternalModules', () => {
336336
module.configuration = new Configuration();
337337
module.compileStats = {
338338
stats: {
339-
compileStats: {}
339+
compilation: {
340+
chunks: []
341+
}
340342
}
341343
};
342344

0 commit comments

Comments
 (0)