Skip to content

Commit

Permalink
comment where to find e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Apr 5, 2024
1 parent edb4f11 commit 474837d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/tsconfig-verifier/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ import path from 'path'
`)
})

// TODO: Enable this test when repo has upgraded to TypeScript 5.4. Currently tested as E2E
// TODO: Enable this test when repo has upgraded to TypeScript 5.4. Currently tested as E2E: tsconfig-module-preserve
it.skip('allows you to skip moduleResolution, esModuleInterop and resolveJsonModule when using "module: preserve"', async () => {
expect(await exists(tsConfig)).toBe(false)

Expand Down

0 comments on commit 474837d

Please sign in to comment.