Skip to content

Commit 3a1b4a4

Browse files
committed
test: fix set dir
1 parent 83f1c7d commit 3a1b4a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
module.exports = {
44
testEnvironment: 'jsdom',
55
preset: 'ts-jest',
6+
rootDir: './src',
67
testRegex: '((\\.|/)(test|spec))\\.tsx?$',
78
};

0 commit comments

Comments
 (0)