We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a16bd commit 79cc2f1Copy full SHA for 79cc2f1
test/es-module/test-esm-repl-imports.js
@@ -9,7 +9,7 @@ const { describe, it } = require('node:test');
9
10
11
describe('ESM: REPL runs', { concurrency: true }, () => {
12
- it((context, done) => {
+ it((done) => {
13
const child = spawn(execPath, [
14
'--interactive',
15
], {
0 commit comments