Skip to content

Commit e63c7e5

Browse files
committed
test: update test as the recommended usage has been changed
1 parent f062225 commit e63c7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ test('#102: should set configs correctly for paths with glob-like syntax (e.g. f
200200
expect(stdout).toMatch(WHITESPACE_ONLY)
201201
})
202202

203-
test('should guide user to use camelCase names in "extends"', async () => {
204-
const eslintConfigPath = path.join(__dirname, '../examples/type-checked/eslint.config.js')
203+
test('(usage before 14.3) should guide user to use camelCase names in "extends"', async () => {
204+
const eslintConfigPath = path.join(__dirname, '../examples/usage-before-14.3/eslint.config.js')
205205
const { modify, restore } = setupFileMutations(eslintConfigPath)
206206
modify((oldContents) => oldContents.replace('recommendedTypeChecked', 'recommended-type-checked'))
207207
const { failed, stderr } = await runLintAgainst('type-checked')

0 commit comments

Comments
 (0)