Skip to content

Commit 18e0a02

Browse files
committed
feat: add jest for testing and CI
1 parent 7a91fc6 commit 18e0a02

5 files changed

Lines changed: 6001 additions & 2110 deletions

File tree

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export default {
2+
testEnvironment: "node",
3+
transform: {},
4+
};

0 commit comments

Comments
 (0)