fix(ci): stabilize tests and detect-secrets after dep updates

This commit is contained in:
Peter Steinberger
2026-03-07 11:13:55 +00:00
parent ac63f30cd2
commit addd290f88
7 changed files with 69 additions and 33 deletions

View File

@@ -1,5 +1,6 @@
import type { OpenClawConfig, PluginRuntime, RuntimeEnv } from "openclaw/plugin-sdk/zalouser";
import { describe, expect, it, vi } from "vitest";
import "./monitor.send-mocks.js";
import { __testing } from "./monitor.js";
import { sendMessageZalouserMock } from "./monitor.send-mocks.js";
import { setZalouserRuntime } from "./runtime.js";

View File

@@ -1,5 +1,6 @@
import type { OpenClawConfig, PluginRuntime, RuntimeEnv } from "openclaw/plugin-sdk/zalouser";
import { beforeEach, describe, expect, it, vi } from "vitest";
import "./monitor.send-mocks.js";
import { __testing } from "./monitor.js";
import {
sendDeliveredZalouserMock,