diff --git a/test/cli/test/network-imports.test.ts b/test/cli/test/network-imports.test.ts index 5e99e649e6a4..16209a2f6c06 100644 --- a/test/cli/test/network-imports.test.ts +++ b/test/cli/test/network-imports.test.ts @@ -9,11 +9,6 @@ const config = { forks: { execArgv: ['--experimental-network-imports'], }, - // not supported? - // FAIL test/basic.test.ts [ test/basic.test.ts ] - // Error: ENOENT: no such file or directory, open 'http://localhost:9602/slash@3.0.0.js' - // ❯ Object.openSync node:fs:596:3 - // ❯ readFileSync node:fs:464:35 vmThreads: { execArgv: ['--experimental-network-imports'], }, @@ -25,7 +20,7 @@ const config = { it.each([ 'threads', 'forks', - // 'vmThreads', + 'vmThreads', ])('importing from network in %s', async (pool) => { const { stderr, exitCode } = await runVitest({ ...config,