Skip to content

Commit fa1760a

Browse files
committed
wip: implement basic tests (no thorough check)
1 parent 74e30da commit fa1760a

File tree

4 files changed

+10376
-2665
lines changed

4 files changed

+10376
-2665
lines changed

jest.config.js

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

0 commit comments

Comments
 (0)