Skip to content

Commit 5f71449

Browse files
committed
Improve condition coverage, by added slash to the end of cwd
1 parent cc34d72 commit 5f71449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-cases/manual/integration.manual.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as chalk from "chalk";
55
test("manual <build-job>", async () => {
66
const writeStreams = new MockWriteStreams();
77
await handler({
8-
cwd: "tests/test-cases/manual",
8+
cwd: "tests/test-cases/manual/",
99
manual: "build-job",
1010
}, writeStreams);
1111

0 commit comments

Comments
 (0)