| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - import { skip, spawnPromisified, isWindows } from '../common/index.mjs'; | ||
| 1 | + import { skip, spawnPromisified } from '../common/index.mjs'; | ||
| 2 | 2 | import * as fixtures from '../common/fixtures.mjs'; | |
| 3 | 3 | import { match, strictEqual } from 'node:assert'; | |
| 4 | 4 | import { test } from 'node:test'; | |
@@ -359,10 +359,7 @@ test('execute a JavaScript file importing a cjs TypeScript file', async () => { | |||
| 359 | 359 | strictEqual(result.code, 0); | |
| 360 | 360 | }); | |
| 361 | 361 | ||
| 362 | - // TODO(marco-ippolito) Due to a bug in SWC, the TypeScript loader | ||
| 363 | - // does not work on Windows arm64. This test should be re-enabled | ||
| 364 | - // when https://github.com/nodejs/node/issues/54645 is fixed | ||
| 365 | - test('execute a TypeScript test mocking module', { skip: isWindows && process.arch === 'arm64' }, async () => { | ||
| 362 | + test('execute a TypeScript test mocking module', async () => { | ||
| 366 | 363 | const result = await spawnPromisified(process.execPath, [ | |
| 367 | 364 | '--test', | |
| 368 | 365 | '--experimental-test-module-mocks', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments