Skip to content

Commit f12b06f

Browse files
committed
Add jest to the project
1 parent 83e64fd commit f12b06f

File tree

3 files changed

+6426
-397
lines changed

3 files changed

+6426
-397
lines changed

jest.config.js

Lines changed: 5 additions & 0 deletions
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)