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.
2 parents a23b717 + 18935ca commit a09efa9Copy full SHA for a09efa9
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