mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:50:49 +00:00
fix(test): correct onboard-types.js import path in gateway-config test
This commit is contained in:
committed by
Gustavo Madeira Santana
parent
3e64948cff
commit
0826b51309
@@ -1,6 +1,6 @@
|
||||
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import type { OpenClawConfig } from "../../../config/types.openclaw.js";
|
||||
import type { OnboardOptions } from "../onboard-types.js";
|
||||
import type { OnboardOptions } from "../../onboard-types.js";
|
||||
import { applyNonInteractiveGatewayConfig } from "./gateway-config.js";
|
||||
|
||||
// Narrow mock: reproduce normalize semantics (typeof-string + trim, reject
|
||||
|
||||
Reference in New Issue
Block a user