mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 23:16:09 +00:00
test: trim cli program test bootstrap overhead
This commit is contained in:
parent
3046fa31e8
commit
992fc9cf4e
4 changed files with 39 additions and 8 deletions
|
|
@ -1,8 +1,15 @@
|
|||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import { createIosNodeListResponse } from "./program.nodes-test-helpers.js";
|
||||
import { callGateway, installBaseProgramMocks, runTui, runtime } from "./program.test-mocks.js";
|
||||
import {
|
||||
callGateway,
|
||||
installBaseProgramMocks,
|
||||
installSmokeProgramMocks,
|
||||
runTui,
|
||||
runtime,
|
||||
} from "./program.test-mocks.js";
|
||||
|
||||
installBaseProgramMocks();
|
||||
installSmokeProgramMocks();
|
||||
|
||||
const { buildProgram } = await import("./program.js");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue