Skip to content

Commit df4c760

Browse files
committed
chore: delete XMLs at the end of the test
1 parent ad45bf0 commit df4c760

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/commands/transformer/unit.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ describe('transform the code coverage json', () => {
5050
fs.rmdirSync('force-app/main/default/classes');
5151
fs.rmdirSync('force-app/main/default/triggers');
5252
fs.rmdirSync('force-app/main/default/flows');
53+
fs.rmSync(testXmlPath1);
54+
fs.rmSync(testXmlPath2);
5355
});
5456

5557
it('transform the test JSON file without file extensions into the generic test coverage format', async () => {

0 commit comments

Comments
 (0)