Skip to content

Commit

Permalink
chore: run network imports test
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 30, 2024
1 parent 9ab5fb5 commit 2bbf569
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/cli/test/network-imports.test.ts
Expand Up @@ -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'],
},
Expand All @@ -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,
Expand Down

0 comments on commit 2bbf569

Please sign in to comment.