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 edb6cef commit 315325eCopy full SHA for 315325e
test/vm-threads/test/not-found.test.ts
@@ -26,6 +26,8 @@ it('builtin', async () => {
26
})
27
28
29
+// this test fails before node 20.3.0 since it throws a different error (cf. https://github.com/nodejs/node/pull/47824)
30
+// > Only URLs with a scheme in: file and data are supported by the default ESM loader. Received protocol 'non-existing-namespace:'
31
it('namespace', async () => {
32
await expect(() => notFound.importNamespace()).rejects.toMatchObject({
33
code: 'ERR_MODULE_NOT_FOUND',
0 commit comments