Skip to content

Commit

Permalink
tweak: map jest icon to jest.config.(m|c)js
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed May 4, 2020
1 parent c6877f5 commit 0214998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ export const fileIcons: FileIcons = {
'gruntfile.babel.coffee'
],
},
{ name: 'jest', fileNames: ['jest.config.js', 'jest.config.ts', 'jest.config.json', 'jest.setup.js', 'jest.setup.ts', 'jest.json', '.jestrc', '.jestrc.js', '.jestrc.json', 'jest.teardown.js'] },
{ name: 'jest', fileNames: ['jest.config.js', 'jest.config.ts', 'jest.config.cjs', 'jest.config.mjs', 'jest.config.json', 'jest.setup.js', 'jest.setup.ts', 'jest.json', '.jestrc', '.jestrc.js', '.jestrc.json', 'jest.teardown.js'] },
{ name: 'processing', fileExtensions: ['pde'], light: true },
{ name: 'storybook', fileExtensions: ['stories.js', 'stories.jsx', 'story.js', 'story.jsx', 'stories.ts', 'stories.tsx', 'story.ts', 'story.tsx'] },
{ name: 'wepy', fileExtensions: ['wpy'] },
Expand Down

0 comments on commit 0214998

Please sign in to comment.