Skip to content

Commit

Permalink
fix validation output test
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 11, 2017
1 parent f9bf8a9 commit 930c019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Validation.test.js
Expand Up @@ -146,8 +146,8 @@ describe("Validation", () => {
message: [
" - configuration has an unknown property 'postcss'. These properties are valid:",
" object { amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?, entry, externals?, " +
"loader?, module?, name?, node?, output?, performance?, plugins?, profile?, recordsInputPath?, recordsOutputPath?, " +
"recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }",
"loader?, module?, name?, node?, output?, parallelism?, performance?, plugins?, profile?, recordsInputPath?, " +
"recordsOutputPath?, recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }",
" For typos: please correct them.",
" For loader options: webpack 2 no longer allows custom properties in configuration.",
" Loaders should be updated to allow passing options via loader options in module.rules.",
Expand Down

0 comments on commit 930c019

Please sign in to comment.