mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:20:43 +00:00
test(qa-matrix): type provisioned topology fixture
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { buildMatrixQaConfig } from "./config.js";
|
||||
import type { MatrixQaProvisionedTopology } from "./topology.js";
|
||||
|
||||
describe("matrix qa config", () => {
|
||||
const topology = {
|
||||
const topology: MatrixQaProvisionedTopology = {
|
||||
defaultRoomId: "!main:matrix-qa.test",
|
||||
defaultRoomKey: "main",
|
||||
rooms: [
|
||||
|
||||
Reference in New Issue
Block a user