Skip to content

Commit

Permalink
fix linters issues
Browse files Browse the repository at this point in the history
  • Loading branch information
epszaw committed Jul 1, 2024
1 parent 72897ce commit d536270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/allure-cypress/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const runCypressInlineTest = async (testFiles: CypressTestFiles): Promise
}
}

// await rm(testDir, { recursive: true });
await rm(testDir, { recursive: true });

return resolve(res);
} catch (err) {
Expand Down

0 comments on commit d536270

Please sign in to comment.