Skip to content

Commit

Permalink
chore(compas): use unique test directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Sep 9, 2023
1 parent 59bb358 commit 6ca3dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compas/test/development/cache.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ test("compas/development/cache", (t) => {
});

t.test("cache is written", async (t) => {
const cwd = workingDirectory("valid");
const cwd = workingDirectory("written");

const cli = new TestCompas({
cwd,
Expand Down

0 comments on commit 6ca3dad

Please sign in to comment.