Skip to content

Commit 080a619

Browse files
committed
initial commit
0 parents  commit 080a619

File tree

8 files changed

+4968
-0
lines changed

8 files changed

+4968
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/node_modules/**
2+
**/dist/**

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').JestConfigWithTsJest} */
2+
module.exports = {
3+
preset: "ts-jest",
4+
testEnvironment: "node",
5+
testTimeout: 30000,
6+
};

0 commit comments

Comments
 (0)