Skip to content

Commit

Permalink
test: fix incorrect arguments of function under test
Browse files Browse the repository at this point in the history
  • Loading branch information
fossamagna committed Nov 2, 2022
1 parent e4a16bd commit 79cc2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/es-module/test-esm-repl-imports.js
Expand Up @@ -9,7 +9,7 @@ const { describe, it } = require('node:test');


describe('ESM: REPL runs', { concurrency: true }, () => {
it((context, done) => {
it((done) => {
const child = spawn(execPath, [
'--interactive',
], {
Expand Down

0 comments on commit 79cc2f1

Please sign in to comment.