Skip to content

Commit

Permalink
test file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Apr 18, 2024
1 parent c51f20e commit 0631c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk/test/diff.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ describe('fixed template', () => {
fs.writeFileSync(templatePath, JSON.stringify(oldTemplate));
});

afterEach(() => fs.rmSync(templatePath));

test('fixed template with valid templates', async () => {
// GIVEN
const buffer = new StringWritable();
Expand Down

0 comments on commit 0631c88

Please sign in to comment.