Skip to content

Commit 91961ea

Browse files
committed
add jest
1 parent 6d0a1fd commit 91961ea

File tree

5 files changed

+6338
-8
lines changed

5 files changed

+6338
-8
lines changed

jest.config.js

+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)