Skip to content

Commit

Permalink
jest replaced with ts-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Reterics committed Oct 14, 2023
1 parent f4ef842 commit 52603a7
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 28 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};

0 comments on commit 52603a7

Please sign in to comment.