Skip to content

Commit

Permalink
Add jest file names
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief authored Aug 6, 2023
1 parent abd65ec commit 43bde80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,10 @@ export const fileIcons: FileIcons = {
'jest-preset.js',
'jest-preset.cjs',
'jest-preset.mjs',
'jest.preset.js',
'jest.preset.mjs',
'jest.preset.cjs',
'jest.preset.json',
],
},
{ name: 'processing', fileExtensions: ['pde'] },
Expand Down

0 comments on commit 43bde80

Please sign in to comment.