Skip to content

Commit

Permalink
feat: setup testing skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce committed Oct 13, 2021
1 parent a389563 commit c1de47b
Show file tree
Hide file tree
Showing 5 changed files with 7,407 additions and 1,257 deletions.
9 changes: 9 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
testEnvironment: 'node',
roots: ['<rootDir>/test'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
};

Loading

0 comments on commit c1de47b

Please sign in to comment.