Skip to content

Commit

Permalink
chore: updated jest config, fix: updated semantic-release to fix vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Grohs authored and Adam Grohs committed May 1, 2019
1 parent bfcf1d1 commit a210712
Show file tree
Hide file tree
Showing 4 changed files with 719 additions and 725 deletions.
7 changes: 7 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
roots: ['<rootDir>/src', '<rootDir>/tests', '<rootDir>/spec'],
transform: {
'^.+\\.ts(x)?$': 'ts-jest'
},
verbose: true
}
Loading

0 comments on commit a210712

Please sign in to comment.