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 83f1c7d commit 3a1b4a4Copy full SHA for 3a1b4a4
jest.config.js
@@ -3,5 +3,6 @@
3
module.exports = {
4
testEnvironment: 'jsdom',
5
preset: 'ts-jest',
6
+ rootDir: './src',
7
testRegex: '((\\.|/)(test|spec))\\.tsx?$',
8
};
0 commit comments