Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 16, 2023
1 parent ac34fe7 commit 9c1ef7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/native-esm/__tests__/native-esm.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ test('should support importing node core modules', () => {
const packageJsonPath = resolve(dir, '../package.json');

expect(JSON.parse(readFileSync(packageJsonPath, 'utf8'))).toEqual({
optionalDependencies: {
'isolated-vm': '^4.6.0',
},
devDependencies: {
'discord.js': '14.3.0',
'iso-constants': '^0.1.2',
Expand All @@ -58,6 +55,9 @@ test('should support importing node core modules', () => {
testEnvironment: 'node',
transform: {},
},
optionalDependencies: {
'isolated-vm': '^4.6.0',
},
type: 'module',
});
});
Expand Down

0 comments on commit 9c1ef7f

Please sign in to comment.