Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 24, 2024
1 parent 89b82c9 commit c0236d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ test('loads mixins from dir', async () => {
},
{
dir: join(__dirname, 'mixins'),
glob: '*.{js,json,css,sss,pcss}',
glob: '*.{js,cjs,json,css,sss,pcss}',
parent: '',
type: 'dir-dependency'
}
Expand Down Expand Up @@ -299,7 +299,7 @@ test('loads mixins from dir with parent options', async () => {
},
{
dir: join(__dirname, 'mixins'),
glob: '*.{js,json,css,sss,pcss}',
glob: '*.{js,cjs,json,css,sss,pcss}',
parent: '',
type: 'dir-dependency'
}
Expand Down

0 comments on commit c0236d7

Please sign in to comment.