Skip to content

Commit

Permalink
test: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 26, 2024
1 parent 0f55664 commit de86921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ test('#102: should set configs correctly for paths with glob-like syntax (e.g. f
expect(stdout).toMatch(WHITESPACE_ONLY)
})

test.only('(API before 14.3) should guide user to use camelCase names in "extends"', async () => {
test('(API before 14.3) should guide user to use camelCase names in "extends"', async () => {
const eslintConfigPath = path.join(__dirname, '../examples/api-before-14.3/eslint.config.js')
const { modify, restore } = setupFileMutations(eslintConfigPath)
modify((oldContents) => oldContents.replace('recommendedTypeChecked', 'recommended-type-checked'))
Expand Down

0 comments on commit de86921

Please sign in to comment.