add tests for CLI

This commit is contained in:
Ruben Fiszel
2025-12-26 20:32:42 +00:00
parent bb24315613
commit 2e577fc847
9 changed files with 1515 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { log } from "../../deps.ts";
import { execSync } from "node:child_process";
import { WM_FORK_PREFIX } from "../main.ts";
import { WM_FORK_PREFIX } from "../core/constants.ts";
export function getCurrentGitBranch(): string | null {
try {