Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Oct 23, 2024
1 parent 06beff7 commit a793ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('import()', () => {

it('exposes all methods and classes as named imports', () => {

expect(Object.keys(Yar)).to.equal([
expect(Object.keys(Yar).filter((k) => k !== 'module.exports')).to.equal([
'default',
'plugin'
]);
Expand Down

0 comments on commit a793ee2

Please sign in to comment.