mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
add tests for CLI
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Shared constants used across the CLI.
|
||||
* This file should have minimal imports to avoid circular dependencies.
|
||||
*/
|
||||
|
||||
export const WM_FORK_PREFIX = "wm-fork";
|
||||
@@ -20,7 +20,7 @@ import {
|
||||
getWorkspaceIdForWorkspaceForkFromBranchName,
|
||||
isGitRepository,
|
||||
} from "../utils/git.ts";
|
||||
import { WM_FORK_PREFIX } from "../main.ts";
|
||||
import { WM_FORK_PREFIX } from "./constants.ts";
|
||||
|
||||
// Helper function to select from multiple matching profiles
|
||||
async function selectFromMultipleProfiles(
|
||||
|
||||
Reference in New Issue
Block a user