Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Sep 25, 2024
1 parent 763552b commit 2b99555
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ describe("App Data Converter", () => {
ensureDirSync(paths.cacheFolder);
emptyDirSync(paths.cacheFolder);
converter = new AppDataConverter(paths);
// HACK - Tests failing on CI due to logs persisting between runs
clearLogs(true);
});

it("Uses child caches", async () => {
Expand Down

0 comments on commit 2b99555

Please sign in to comment.