Skip to content

Commit

Permalink
Add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
utileetdulce committed Jan 27, 2022
1 parent edfea1f commit db86d3e
Show file tree
Hide file tree
Showing 5 changed files with 7,780 additions and 2,078 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/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
Loading

0 comments on commit db86d3e

Please sign in to comment.