Skip to content

Commit de86921

Browse files
committed
test: remove .only
1 parent 0f55664 commit de86921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ 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.only('(API before 14.3) should guide user to use camelCase names in "extends"', async () => {
203+
test('(API before 14.3) should guide user to use camelCase names in "extends"', async () => {
204204
const eslintConfigPath = path.join(__dirname, '../examples/api-before-14.3/eslint.config.js')
205205
const { modify, restore } = setupFileMutations(eslintConfigPath)
206206
modify((oldContents) => oldContents.replace('recommendedTypeChecked', 'recommended-type-checked'))

0 commit comments

Comments
 (0)