Skip to content

Commit c12b9e6

Browse files
committed
corrected jest config
1 parent 62b89b6 commit c12b9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
22
module.exports = {
3-
roots: ['./src'],
3+
roots: ['./test'],
44
preset: 'ts-jest',
55
testEnvironment: 'node',
66
moduleFileExtensions: ['js', 'ts'],

0 commit comments

Comments
 (0)