Skip to content

Commit

Permalink
current template
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Jan 19, 2024
1 parent bbae989 commit ef1226d
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1120,14 +1120,7 @@ describe('changeset', () => {

test('imports are respected', async () => {
// GIVEN
const currentTemplate = {
Resources: {
BucketResource: {
Type: 'AWS::S3::Bucket',
BucketName: 'Foo',
},
},
};
const currentTemplate = {};

// WHEN
const newTemplate = {
Expand Down

0 comments on commit ef1226d

Please sign in to comment.