We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea04ca commit e3fb097Copy full SHA for e3fb097
test/parsers.spec.js
@@ -44,7 +44,7 @@ describe('parsers', function () {
44
returnError: true
45
})
46
}, function (err) {
47
- assert.strictEqual(err.message, 'The options argument contains the property "returnError" that is either unkown or of a wrong type')
+ assert.strictEqual(err.message, 'The options argument contains the property "returnError" that is either unknown or of a wrong type')
48
assert(err instanceof TypeError)
49
return true
50
0 commit comments