Skip to content

Commit

Permalink
chore: bump up for jest (#59)
Browse files Browse the repository at this point in the history
* chore: bump up for jest

* fix: add newline at end of the file
  • Loading branch information
kentaro-m authored Nov 20, 2021
1 parent 3360299 commit c960eb3
Show file tree
Hide file tree
Showing 3 changed files with 5,937 additions and 15,448 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
verbose: true,
globals: {
'ts-jest': {
tsConfig: './__tests__/tsconfig.jest.json'
tsconfig: './__tests__/tsconfig.jest.json'
}
}
}
}
Loading

0 comments on commit c960eb3

Please sign in to comment.