Skip to content

Commit

Permalink
feat: add mjs cjs config file for jest (vscode-icons#2346)
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Bojato <30560560+KingDarBoja@users.noreply.github.com>
  • Loading branch information
xiaoxiangmoe and KingDarBoja authored Feb 13, 2020
1 parent 58930ea commit b03a61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iconsManifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1817,13 +1817,13 @@ export const extensions: IFileCollection = {
{
icon: 'jest',
extensions: [
'jest.config.js',
'jest.json',
'jest.config.json',
'.jestrc',
'.jestrc.js',
'.jestrc.json',
],
filenamesGlob: ['jest.config'],
extensionsGlob: ['js', 'cjs', 'mjs', 'json'],
filename: true,
format: FileFormat.svg,
},
Expand Down

0 comments on commit b03a61e

Please sign in to comment.