We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca5d85 commit 80fd6d8Copy full SHA for 80fd6d8
1 file changed
packages/eslint-plugin/vitest.config.mts
@@ -11,10 +11,7 @@ export default mergeConfig(
11
root: import.meta.dirname,
12
13
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'),
+ dir: path.join(import.meta.dirname, 'tests'),
18
name: packageJson.name.replace('@typescript-eslint/', ''),
19
20
},
0 commit comments