Skip to content

Commit

Permalink
jest.config.ts configuration file in Typescript
Browse files Browse the repository at this point in the history
**Jest** now supports *jest.config.ts* as configuration file.

See [jestjs/jest#9636 for more information.
  • Loading branch information
carlocorradini committed Dec 3, 2020
1 parent 7dee484 commit 621be6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iconsManifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@ export const extensions: IFileCollection = {
'.jestrc.json',
],
filenamesGlob: ['jest.config', 'jest.config.babel'],
extensionsGlob: ['js', 'cjs', 'mjs'],
extensionsGlob: ['js', 'cjs', 'mjs', 'ts'],
filename: true,
format: FileFormat.svg,
},
Expand Down

0 comments on commit 621be6d

Please sign in to comment.