Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 1c04e45

Browse files
committed
Repo: Update dependencies, change test framework to jest
1 parent 0d63bba commit 1c04e45

20 files changed

+5287
-8435
lines changed

jest.config.js

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