We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7d072 commit 89294a2Copy full SHA for 89294a2
1 file changed
tests/fetch-source-file-protocol.test.js
@@ -35,6 +35,10 @@ if (args.includes("clone")) {
35
fs.mkdirSync(outDir, { recursive: true });
36
}
37
38
+if (args.includes("checkout")) {
39
+ process.exit(0);
40
+}
41
+
42
process.exit(0);
43
`;
44
await writeFile(scriptPath, payload, "utf8");
0 commit comments