Skip to content

Commit 4b72cf5

Browse files
committed
test: fix type error
1 parent 1a8bc47 commit 4b72cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/webpack.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test('webpack', async () => {
2626
minimize: false,
2727
},
2828
})
29-
compiler.run((error, stats) => {
29+
compiler!.run((error, stats) => {
3030
if (error) return reject(error)
3131
resolve(stats!)
3232
})

0 commit comments

Comments
 (0)