diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index b9a3747..cea903d 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -634,16 +634,24 @@ export const fileIcons: FileIcons = { { name: 'haxe', fileExtensions: ['hx'] }, { name: 'test-ts', - fileExtensions: ['spec.ts', 'e2e-spec.ts', 'test.ts', 'ts.snap'], + fileExtensions: [ + 'spec.ts', + 'e2e-spec.ts', + 'test.ts', + 'tests.ts', + 'ts.snap', + ], }, { name: 'test-jsx', fileExtensions: [ 'spec.tsx', 'test.tsx', + 'tests.tsx', 'tsx.snap', 'spec.jsx', 'test.jsx', + 'tests.jsx', 'jsx.snap', ], }, @@ -657,8 +665,11 @@ export const fileIcons: FileIcons = { 'e2e-spec.cjs', 'e2e-spec.mjs', 'test.js', + 'tests.js', 'test.cjs', + 'tests.cjs', 'test.mjs', + 'tests.mjs', 'js.snap', ], },