We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f55664 commit de86921Copy full SHA for de86921
test/index.spec.ts
@@ -200,7 +200,7 @@ test('#102: should set configs correctly for paths with glob-like syntax (e.g. f
200
expect(stdout).toMatch(WHITESPACE_ONLY)
201
})
202
203
-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 () => {
204
const eslintConfigPath = path.join(__dirname, '../examples/api-before-14.3/eslint.config.js')
205
const { modify, restore } = setupFileMutations(eslintConfigPath)
206
modify((oldContents) => oldContents.replace('recommendedTypeChecked', 'recommended-type-checked'))
0 commit comments