Skip to content

Commit 14d53b2

Browse files
committed
add cleanup
1 parent 1d2257e commit 14d53b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/mermaid/github-issue-1340.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ testRender(input, "html", false, [{
3434
}, {
3535
name: "manual cleanup for book project",
3636
verify: (_outputs: ExecuteOutput[]): Promise<void> => {
37-
/*Deno.removeSync(output, { recursive: true });
37+
Deno.removeSync(output, { recursive: true });
3838
Deno.removeSync(join(input, ".quarto"), { recursive: true });
39-
Deno.removeSync(join(input, ".gitignore"));*/
39+
Deno.removeSync(join(input, ".gitignore"));
4040

4141
return Promise.resolve();
4242
},

0 commit comments

Comments
 (0)