Skip to content

Commit

Permalink
jest.config.ts configuration file in Typescript (#2657)
Browse files Browse the repository at this point in the history
* jest.config.ts configuration file in Typescript

**Jest** now supports *jest.config.ts* as configuration file.

See [jestjs/jest#9636 for more information.

* apply only to jest.config.ts

Co-authored-by: Roberto Huertas <roberto.huertas@outlook.com>
  • Loading branch information
carlocorradini and robertohuertasm committed Dec 31, 2020
1 parent ee098b3 commit 4cf218c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iconsManifest/supportedExtensions.ts
Expand Up @@ -1964,6 +1964,7 @@ export const extensions: IFileCollection = {
icon: 'jest',
extensions: [
'jest.config.json',
'jest.config.ts',
'jest.json',
'.jestrc',
'.jestrc.js',
Expand Down

0 comments on commit 4cf218c

Please sign in to comment.