We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31a1b9 commit a8e1a60Copy full SHA for a8e1a60
packages/@aws-cdk/core/test/stack.test.ts
@@ -600,7 +600,7 @@ describe('stack', () => {
600
producerM.exportValue(resourceM.getAtt('Att'));
601
602
const template = appM.synth().getStackByName(producerM.stackName).template;
603
- expect(template).toEqual({
+ expect(template).toMatchObject({
604
Outputs: {
605
ExportsOutputFnGetAttOVERRIDELOGICALIDAtt2DD28019: {
606
Export: {
0 commit comments