Skip to content

Commit

Permalink
fix(lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Jul 30, 2023
1 parent 5241adc commit 017b7ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/local/usesModuleWithCJSDependency.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import meow from 'meow'

const cli = meow('foo', { importMeta: import.meta, description: false })

console.log(cli.help);
console.log(cli.help)
2 changes: 1 addition & 1 deletion tests/tests-node/esmock.node.global.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ test('should work when modules have CJS imports', async () => {
})

assert.deepEqual(logs, ['\nfoo\n'])
});
})

0 comments on commit 017b7ae

Please sign in to comment.