Skip to content

Commit 942a856

Browse files
committed
fix(test): update ESLint config for test/unit/ directory
Add test/unit/*.mts to allowDefaultProject in ESLint config to recognize test files after reorganization into test/unit/ subdirectory. - Fixes ESLint parsing errors for moved test files - All 451 tests now pass with proper linting - Enables proper TypeScript type checking in test files
1 parent 0402a2f commit 942a856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ export default [
240240
'.config/*.config.isolated.mts',
241241
'*.config.mts',
242242
'test/*.mts',
243+
'test/unit/*.mts',
243244
'test/utils/*.mts',
244245
'src/*.mts',
245246
],

0 commit comments

Comments
 (0)