We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c071062 commit 67e772dCopy full SHA for 67e772d
jest.config.ts
@@ -71,14 +71,14 @@ export default {
71
// ],
72
73
// An array of file extensions your modules use
74
- // moduleFileExtensions: [
75
- // "js",
76
- // "json",
77
- // "jsx",
78
- // "ts",
79
- // "tsx",
80
- // "node"
81
- // ],
+ moduleFileExtensions: [
+ 'js',
+ 'json',
+ 'jsx',
+ 'ts',
+ 'd.ts',
+ 'tsx',
+ ],
82
83
// A map from regular expressions to module names or to arrays of module names that allow to stub out resources with a single module
84
// moduleNameMapper: {},
0 commit comments