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 428c873 commit b56eec9Copy full SHA for b56eec9
tests/lib/utils/regexp.js
@@ -103,7 +103,7 @@ describe('toRegExp()', () => {
103
})
104
105
106
-describe('toRegExpCheckGroup()', () => {
+describe('toRegExpGroupMatcher()', () => {
107
it('should return a function missing input', () => {
108
const groupMatcher = toRegExpGroupMatcher()
109
assert.strictEqual(groupMatcher(''), false)
0 commit comments