Skip to content

Commit b74d21b

Browse files
committedDec 17, 2020
fixup! fix: resourceQuery could be undefined in webpack 5
1 parent a2b89d3 commit b74d21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/edgeCases.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ test('use with postLoader', done => {
218218
test('data: URI as entry', done => {
219219
// this feature is only available in webpack 5
220220
if (webpack.version.startsWith('4')) {
221-
return
221+
done()
222222
}
223223

224224
bundle({

0 commit comments

Comments
 (0)
Please sign in to comment.