Skip to content

Commit d529745

Browse files
authored
test: add unit tests (#10)
1 parent 38270eb commit d529745

File tree

4 files changed

+16250
-388
lines changed

4 files changed

+16250
-388
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+
roots: ['<rootDir>/tests'],
3+
preset: 'ts-jest',
4+
testEnvironment: 'node',
5+
};

0 commit comments

Comments
 (0)