Skip to content

Commit

Permalink
test: next-lint.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jun 25, 2024
1 parent 40ba2ce commit 9375c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/eslint/test/next-lint.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('Next Lint', () => {
'We created the .eslintrc.json file for you and included your selected configuration'
)
expect(eslintrcJson).toMatchObject({
extends: ['next/core-web-vitals', 'next/typescript'],
extends: 'next/core-web-vitals',
})
})

Expand All @@ -133,7 +133,7 @@ describe('Next Lint', () => {
'We created the .eslintrc.json file for you and included your selected configuration'
)
expect(appEslintrcJson).toMatchObject({
extends: ['next/core-web-vitals', 'next/typescript'],
extends: 'next/core-web-vitals',
})
})

Expand Down

0 comments on commit 9375c2d

Please sign in to comment.