Skip to content

Commit

Permalink
feat: add snapshot capability for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martin.mueller committed Jan 3, 2021
1 parent e3dd4f7 commit 1d2658e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integ.snapshot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { IntegTesting } from './integ.default';
test('integ snapshot validation', () => {
const integ = new IntegTesting();
integ.stack.forEach((stack) => {
// ATM probably not possible to create a snapshot as it uses a newer bootstrap. I get that snapshot manually from the AWS Console
expect(SynthUtils.toCloudFormation(stack)).toMatchSnapshot();
});
});

0 comments on commit 1d2658e

Please sign in to comment.