Skip to content

Commit c0236d7

Browse files
committed
Fix tests
1 parent 89b82c9 commit c0236d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ test('loads mixins from dir', async () => {
251251
},
252252
{
253253
dir: join(__dirname, 'mixins'),
254-
glob: '*.{js,json,css,sss,pcss}',
254+
glob: '*.{js,cjs,json,css,sss,pcss}',
255255
parent: '',
256256
type: 'dir-dependency'
257257
}
@@ -299,7 +299,7 @@ test('loads mixins from dir with parent options', async () => {
299299
},
300300
{
301301
dir: join(__dirname, 'mixins'),
302-
glob: '*.{js,json,css,sss,pcss}',
302+
glob: '*.{js,cjs,json,css,sss,pcss}',
303303
parent: '',
304304
type: 'dir-dependency'
305305
}

0 commit comments

Comments
 (0)