From 1d2658ed1b65204cddfd5067a8426335f6ac08c4 Mon Sep 17 00:00:00 2001 From: "martin.mueller" Date: Sun, 3 Jan 2021 12:11:03 +0100 Subject: [PATCH] feat: add snapshot capability for unit tests --- test/integ.snapshot.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integ.snapshot.test.ts b/test/integ.snapshot.test.ts index c6c7ab5..8ea95db 100644 --- a/test/integ.snapshot.test.ts +++ b/test/integ.snapshot.test.ts @@ -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(); }); });