Skip to content

Commit 7ac5765

Browse files
author
Guy Bedford
committed
fixup
1 parent ca6ac29 commit 7ac5765

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

test/es-module/test-esm-wasm.mjs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,4 @@ describe('ESM: WASM modules', { concurrency: !process.env.TEST_PARALLEL }, () =>
7070
strictEqual(stdout, '');
7171
strictEqual(code, 0);
7272
});
73-
74-
it('should emit experimental warning', async () => {
75-
const { code, signal, stderr } = await spawnPromisified(execPath, [
76-
fixtures.path('es-modules/wasm-modules.mjs'),
77-
]);
78-
79-
strictEqual(code, 0);
80-
strictEqual(signal, null);
81-
match(stderr, /ExperimentalWarning/);
82-
match(stderr, /WebAssembly/);
83-
});
8473
});

0 commit comments

Comments
 (0)