Skip to content

Commit

Permalink
simplified test rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Apr 28, 2024
1 parent 1f42cfc commit 1cf928b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ const project = new CdklabsTypeScriptProject({
jestOptions: {
jestConfig: {
setupFilesAfterEnv: ['<rootDir>/test/setup-jest.ts'],
testMatch: [
'<rootDir>/test/**/*.test.ts',
],
},
},
tsconfig: {
Expand Down
1 change: 1 addition & 0 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cf928b

Please sign in to comment.