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 ad45bf0 commit df4c760Copy full SHA for df4c760
test/commands/transformer/unit.test.ts
@@ -50,6 +50,8 @@ describe('transform the code coverage json', () => {
50
fs.rmdirSync('force-app/main/default/classes');
51
fs.rmdirSync('force-app/main/default/triggers');
52
fs.rmdirSync('force-app/main/default/flows');
53
+ fs.rmSync(testXmlPath1);
54
+ fs.rmSync(testXmlPath2);
55
});
56
57
it('transform the test JSON file without file extensions into the generic test coverage format', async () => {
0 commit comments