Skip to content

Commit 1a34a8e

Browse files
author
User
committed
Update jest.config
1 parent 8fb2d53 commit 1a34a8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jest.config.cjs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/** @type {import('ts-jest').JestConfigWithTsJest} */
2+
module.exports = {
3+
preset: 'ts-jest',
4+
testEnvironment: 'node',
5+
};

0 commit comments

Comments
 (0)