diff options
Diffstat (limited to 'test/js/bun/resolve/resolve.test.ts')
-rw-r--r-- | test/js/bun/resolve/resolve.test.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/js/bun/resolve/resolve.test.ts b/test/js/bun/resolve/resolve.test.ts index a9272fb3f..d36b7776b 100644 --- a/test/js/bun/resolve/resolve.test.ts +++ b/test/js/bun/resolve/resolve.test.ts @@ -3,7 +3,8 @@ import { mkdirSync, writeFileSync, existsSync, rmSync, copyFileSync } from "fs"; import { join } from "path"; import { bunExe, bunEnv, tempDirWithFiles } from "harness"; -it("spawn test file", () => { +// make this something else okay +it.skip("spawn test file", () => { writePackageJSONImportsFixture(); writePackageJSONExportsFixture(); |