Skip to content

Commit 9158378

Browse files
committed
... and update tests too
1 parent 2dee91b commit 9158378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Validation.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ describe("Validation", function() {
3838
config: {
3939
entry: "a",
4040
module: {
41-
exprContextRegExp: 1337
41+
wrappedContextRegExp: 1337
4242
}
4343
},
4444
message: [
45-
" - configuration.module.exprContextRegExp should be an instance of RegExp.",
45+
" - configuration.module.wrappedContextRegExp should be an instance of RegExp.",
4646
]
4747
}, {
4848
name: "multiple errors",

0 commit comments

Comments
 (0)