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 cc598db commit eae74cf
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(Vision)).to.equal([
expect(Object.keys(Vision).filter((k) => k !== 'module.exports')).to.equal([
'default',
'plugin'
]);
Expand Down

0 comments on commit eae74cf

Please sign in to comment.