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 a23b717 commit 18935caCopy full SHA for 18935ca
jest.config.js
@@ -0,0 +1,8 @@
1
+module.exports = {
2
+ preset: 'ts-jest',
3
+ testEnvironment: 'jsdom',
4
+ transform: {
5
+ '^.+\.tsx?$': 'ts-jest',
6
+ },
7
+ moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node']
8
+};
0 commit comments