Skip to content

Commit 89294a2

Browse files
committed
feat(test): add checkout arg handling
1 parent dc7d072 commit 89294a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/fetch-source-file-protocol.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ if (args.includes("clone")) {
3535
fs.mkdirSync(outDir, { recursive: true });
3636
}
3737
38+
if (args.includes("checkout")) {
39+
process.exit(0);
40+
}
41+
3842
process.exit(0);
3943
`;
4044
await writeFile(scriptPath, payload, "utf8");

0 commit comments

Comments
 (0)