Skip to content

Commit 2c30ef3

Browse files
committed
spelling: passer
1 parent db7450b commit 2c30ef3

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
@@ -176,7 +176,7 @@ describe("Validation", () => {
176176
oneOf: [
177177
{
178178
test: "/a",
179-
paser: {
179+
passer: {
180180
amd: false
181181
}
182182
}
@@ -186,7 +186,7 @@ describe("Validation", () => {
186186
}
187187
},
188188
message: [
189-
" - configuration.module.rules[0].oneOf[0] has an unknown property 'paser'. These properties are valid:",
189+
" - configuration.module.rules[0].oneOf[0] has an unknown property 'passer'. These properties are valid:",
190190
" object { enforce?, exclude?, include?, issuer?, loader?, loaders?, oneOf?, options?, parser?, resolve?, sideEffects?, query?, type?, resource?, resourceQuery?, compiler?, rules?, test?, use? }",
191191
" -> A rule"
192192
]

0 commit comments

Comments
 (0)