Skip to content

Commit

Permalink
test: enable ts test on win arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Dec 24, 2024
1 parent 270a2f1 commit 76dc950
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/es-module/test-typescript.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,7 @@ test('execute a JavaScript file importing a cjs TypeScript file', async () => {
strictEqual(result.code, 0);
});

// TODO(marco-ippolito) Due to a bug in SWC, the TypeScript loader
// does not work on Windows arm64. This test should be re-enabled
// when https://github.com/nodejs/node/issues/54645 is fixed
test('execute a TypeScript test mocking module', { skip: isWindows && process.arch === 'arm64' }, async () => {
test('execute a TypeScript test mocking module', async () => {
const result = await spawnPromisified(process.execPath, [
'--test',
'--experimental-test-module-mocks',
Expand Down

0 comments on commit 76dc950

Please sign in to comment.