Skip to content

Commit b57dd3f

Browse files
committed
chore: fix another typo
1 parent e4b133e commit b57dd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/files/glob-source.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('glob-source', () => {
100100
expect(result[1].path).to.equal('/dir/file-3.css')
101101
})
102102

103-
it('require recursive flag for directory', async function () {
103+
it('requires recursive flag for directory', async function () {
104104
if (!isNode) {
105105
return this.skip()
106106
}

0 commit comments

Comments
 (0)