Skip to content
This repository was archived by the owner on Oct 7, 2023. It is now read-only.

Commit 49a475f

Browse files
committed
add: jest for testing
1 parent 9aa3f34 commit 49a475f

File tree

5 files changed

+9164
-3182
lines changed

5 files changed

+9164
-3182
lines changed

jest.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
2+
module.exports = {
3+
roots: ["<rootDir>/test/"],
4+
preset: "ts-jest",
5+
testEnvironment: "node",
6+
};

0 commit comments

Comments
 (0)