Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
- fix bug
- add jest configuration
- add interface definition
  • Loading branch information
nextcaptcha authored and nextcaptcha0 committed Apr 7, 2024
1 parent 4bb04d0 commit 656e528
Show file tree
Hide file tree
Showing 6 changed files with 4,187 additions and 303 deletions.
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 30000
};
Loading

0 comments on commit 656e528

Please sign in to comment.