Skip to content

Commit 3ca8e06

Browse files
committed
add jest testing framework
1 parent 49fb380 commit 3ca8e06

File tree

4 files changed

+4857
-554
lines changed

4 files changed

+4857
-554
lines changed

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
preset: 'ts-jest',
3+
testEnvironment: 'node',
4+
};

0 commit comments

Comments
 (0)