File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,11 +200,11 @@ test('#102: should set configs correctly for paths with glob-like syntax (e.g. f
200
200
expect ( stdout ) . toMatch ( WHITESPACE_ONLY )
201
201
} )
202
202
203
- test ( '(API before 14.3) should guide user to use camelCase names in "extends"' , async ( ) => {
203
+ test . only ( '(API before 14.3) should guide user to use camelCase names in "extends"' , async ( ) => {
204
204
const eslintConfigPath = path . join ( __dirname , '../examples/api-before-14.3/eslint.config.js' )
205
205
const { modify, restore } = setupFileMutations ( eslintConfigPath )
206
206
modify ( ( oldContents ) => oldContents . replace ( 'recommendedTypeChecked' , 'recommended-type-checked' ) )
207
- const { failed, stderr } = await runLintAgainst ( 'type-checked ' )
207
+ const { failed, stderr } = await runLintAgainst ( 'api-before-14.3 ' )
208
208
restore ( )
209
209
210
210
expect ( failed ) . toBe ( true )
You can’t perform that action at this time.
0 commit comments