Skip to content

Commit

Permalink
apply only to jest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Dec 31, 2020
1 parent 621be6d commit cfb0dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/iconsManifest/supportedExtensions.ts
Expand Up @@ -1943,13 +1943,14 @@ export const extensions: IFileCollection = {
icon: 'jest',
extensions: [
'jest.config.json',
'jest.config.ts',
'jest.json',
'.jestrc',
'.jestrc.js',
'.jestrc.json',
],
filenamesGlob: ['jest.config', 'jest.config.babel'],
extensionsGlob: ['js', 'cjs', 'mjs', 'ts'],
extensionsGlob: ['js', 'cjs', 'mjs'],
filename: true,
format: FileFormat.svg,
},
Expand Down

0 comments on commit cfb0dfe

Please sign in to comment.