Skip to content

Commit

Permalink
fix coverage, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Nov 16, 2021
1 parent 87581c4 commit e3946e8
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 598 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage
lib
jest.config.js
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
maxWorkers: 1, // more workers can't share getPort() function
rootDir: './src',
testMatch: ['<rootDir>/test/*.test.ts'],
rootDir: '.',
testMatch: ['<rootDir>/src/**/test/*.test.*'],
collectCoverage: true,
coverageReporters: ['lcov'],
coverageThreshold: {
Expand Down
Loading

0 comments on commit e3946e8

Please sign in to comment.