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 8570e6c commit 2dedddbCopy full SHA for 2dedddb
tests/lib/utils/regexp.js
@@ -42,7 +42,7 @@ describe('toRegExp()', () => {
42
})
43
44
describe('toRegExpCheckGroup()', () => {
45
- it('should return a function missing inout', () => {
+ it('should return a function missing input', () => {
46
const groupMatcher = toRegExpGroupMatcher()
47
assert.strictEqual(groupMatcher(''), false)
48
assert.strictEqual(groupMatcher('foo'), false)
0 commit comments