Skip to content

Commit

Permalink
feat: added jest-ts module to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
osher-sade committed Jan 30, 2019
1 parent 1253dd3 commit 358e84a
Show file tree
Hide file tree
Showing 3 changed files with 3,293 additions and 643 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 358e84a

Please sign in to comment.