Skip to content

Commit 99a34cc

Browse files
committed
fix test
1 parent c231fe3 commit 99a34cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Validation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ describe("Validation", function() {
100100
" Loaders should be updated to allow passing options via loader options in module.rules.",
101101
" Until loaders are updated one can use the LoaderOptionsPlugin to pass these options to the loader:",
102102
" plugins: {",
103-
" // test: /\\.xxx$/, // may apply this only for some modules",
104103
" new webpack.LoaderOptionsPlugin({",
104+
" // test: /\\.xxx$/, // may apply this only for some modules",
105105
" options: {",
106106
" postcss: ...",
107107
" }",

0 commit comments

Comments
 (0)