Skip to content

Commit

Permalink
Merge pull request #77 from nimblehq/chore/29-add-tests
Browse files Browse the repository at this point in the history
[#29] As the application, I have the generated infrastructure tested
  • Loading branch information
hoangmirs authored Jul 29, 2022
2 parents 2a42d4d + 4758e95 commit 3e8762b
Show file tree
Hide file tree
Showing 47 changed files with 2,576 additions and 1,000 deletions.
12 changes: 12 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,16 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
setupFilesAfterEnv: ['<rootDir>/test/jest.setup.ts'],
verbose: true,
collectCoverageFrom: [
'src/**/*.ts',
'!src/**/*.d.ts',
'!src/index.ts',
],
globals: {
"ts-jest": {
diagnostics: false
}
},
};
Loading

0 comments on commit 3e8762b

Please sign in to comment.