Skip to content

Commit f33308b

Browse files
Merge branch 'feat/allow-testing-src-directly' of https://github.com/vuejs/vue-test-utils into feat/allow-testing-src-directly
2 parents 0b1754f + 7cae57a commit f33308b

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)