Skip to content

Commit 7547e7e

Browse files
committed
chore: [eslint] update test file patterns
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 2ee1aed commit 7547e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.base.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ const config = {
993993
}
994994
},
995995
{
996-
files: ['**/__tests__/*.spec.*', '**/__tests__/*.spec-d.*'],
996+
files: ['**/__tests__/*.spec.ts', '**/__tests__/*.spec-d.ts'],
997997
globals: {
998998
afterAll: true,
999999
afterEach: true,

0 commit comments

Comments
 (0)