Skip to content

Commit 79cc2f1

Browse files
committed
test: fix incorrect arguments of function under test
1 parent e4a16bd commit 79cc2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/es-module/test-esm-repl-imports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { describe, it } = require('node:test');
99

1010

1111
describe('ESM: REPL runs', { concurrency: true }, () => {
12-
it((context, done) => {
12+
it((done) => {
1313
const child = spawn(execPath, [
1414
'--interactive',
1515
], {

0 commit comments

Comments
 (0)