Skip to content

Commit

Permalink
add jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
avernikoz committed Feb 12, 2024
1 parent dca788d commit f8a5a4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};

0 comments on commit f8a5a4f

Please sign in to comment.