Skip to content

Commit 930c019

Browse files
committed
fix validation output test
1 parent f9bf8a9 commit 930c019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Validation.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ describe("Validation", () => {
146146
message: [
147147
" - configuration has an unknown property 'postcss'. These properties are valid:",
148148
" object { amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?, entry, externals?, " +
149-
"loader?, module?, name?, node?, output?, performance?, plugins?, profile?, recordsInputPath?, recordsOutputPath?, " +
150-
"recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }",
149+
"loader?, module?, name?, node?, output?, parallelism?, performance?, plugins?, profile?, recordsInputPath?, " +
150+
"recordsOutputPath?, recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }",
151151
" For typos: please correct them.",
152152
" For loader options: webpack 2 no longer allows custom properties in configuration.",
153153
" Loaders should be updated to allow passing options via loader options in module.rules.",

0 commit comments

Comments
 (0)