Skip to content

Commit 80fd6d8

Browse files
fix: test config revert
1 parent 3ca5d85 commit 80fd6d8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/eslint-plugin/vitest.config.mts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ export default mergeConfig(
1111
root: import.meta.dirname,
1212

1313
test: {
14-
include: [
15-
path.join(import.meta.dirname, 'tests/rules/no-base-to-string.test.ts'),
16-
],
17-
// dir: path.join(import.meta.dirname, 'tests'),
14+
dir: path.join(import.meta.dirname, 'tests'),
1815
name: packageJson.name.replace('@typescript-eslint/', ''),
1916
root: import.meta.dirname,
2017
},

0 commit comments

Comments
 (0)