Skip to content

Commit

Permalink
add jest for unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aashari committed Apr 25, 2022
1 parent c73b783 commit 18f4f2f
Show file tree
Hide file tree
Showing 5 changed files with 7,231 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.3.0
17.8.0
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/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
Loading

0 comments on commit 18f4f2f

Please sign in to comment.