Skip to content

Commit

Permalink
NEOS-303: Add tests (#29)
Browse files Browse the repository at this point in the history
* added jest tests

* styling and bump

* prettier
  • Loading branch information
evisdrenova authored Nov 11, 2023
1 parent dce84d8 commit 3b6f246
Show file tree
Hide file tree
Showing 16 changed files with 2,501 additions and 159 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
Loading

0 comments on commit 3b6f246

Please sign in to comment.