Skip to content

Commit 7cae57a

Browse files
Dobromir Hristovafontcu
Dobromir Hristov
andauthored
Update test/setup/webpack.test.config.js
Co-Authored-By: Adrià Fontcuberta <[email protected]>
1 parent ae53373 commit 7cae57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/webpack.test.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const rules = [].concat(
1919
}
2020
)
2121
const externals = nodeExternals({
22-
// we need to whitelist both `create-instance` and files in `shared` package. Otherwise Webpack wont bundle them in the test dev env
22+
// we need to whitelist both `create-instance` and files in `shared` package. Otherwise webpack won't bundle them in the test dev env
2323
whitelist: [
2424
'@vue/test-utils',
2525
'@vue/server-test-utils',

0 commit comments

Comments
 (0)