Skip to content

Commit

Permalink
Merge pull request #51 from RenovoSolutions/50-add-snapshot-testing
Browse files Browse the repository at this point in the history
test: Add snapshot testing
  • Loading branch information
bmiller08 authored Oct 20, 2021
2 parents 9a93809 + 3563923 commit 393bc7d
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ const project = new AwsCdkConstructLibrary({
dotNetNamespace: 'renovosolutions',
packageId: 'Renovo.AWSCDK.Certbot',
},
jestOptions: {
jestConfig: {
timers: 'fake',
},
},
});
const ignorePatterns = [
'.functionbundle/*',
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.

Loading

0 comments on commit 393bc7d

Please sign in to comment.