Skip to content

Commit

Permalink
feat: #2 jestを導入
Browse files Browse the repository at this point in the history
  • Loading branch information
takuma-shiraki committed Apr 29, 2024
1 parent 99a3229 commit a2bdd6a
Show file tree
Hide file tree
Showing 5 changed files with 3,657 additions and 240 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',
};
Loading

0 comments on commit a2bdd6a

Please sign in to comment.