Skip to content

Commit

Permalink
chore: remove skip to renable tsconfig tests (#51061)
Browse files Browse the repository at this point in the history
These tests were disabled temporarily in PR #49088 so we can enable once
again now.
  • Loading branch information
styfle committed Jun 9, 2023
1 parent be960cc commit 761e372
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions test/integration/tsconfig-verifier/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,7 @@ describe('tsconfig.json verifier', () => {
`)
})

// TODO-APP: Re-enable this test. Currently fails with the following message:
// Type error: Layout "app/layout.jsx" does not match the required types of a Next.js Layout.
// Invalid configuration "default":
it.skip('allows you to set node16 moduleResolution mode', async () => {
it('allows you to set node16 moduleResolution mode', async () => {
expect(await exists(tsConfig)).toBe(false)

await writeFile(
Expand Down Expand Up @@ -411,10 +408,7 @@ describe('tsconfig.json verifier', () => {
`)
})

// TODO-APP: Re-enable this test. Currently fails with the following message:
// Type error: Layout "app/layout.jsx" does not match the required types of a Next.js Layout.
// Invalid configuration "default":
it.skip('allows you to set node16 module mode', async () => {
it('allows you to set node16 module mode', async () => {
expect(await exists(tsConfig)).toBe(false)

await writeFile(
Expand Down

0 comments on commit 761e372

Please sign in to comment.