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 authored and eps1lon committed Jun 26, 2024
1 parent ee438b8 commit 141b92d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/eslint/test/next-lint.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ describe('Next Lint', () => {
expect(stdout).toContain(
'We created the .eslintrc.json file for you and included your selected configuration'
)
expect(eslintrcJson).toMatchObject({
extends: ['next/core-web-vitals', 'next/typescript'],
})
expect(eslintrcJson).toMatchObject({ extends: 'next/core-web-vitals' })
})

test('creates .eslintrc.json file with a default app router configuration', async () => {
// App Router
const { stdout: appStdout, eslintrcJson: appEslintrcJson } =
await nextLintTemp(null, true)
Expand Down

0 comments on commit 141b92d

Please sign in to comment.