mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 11:50:20 +00:00
test(contracts): localize surface and session binding helpers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe } from "vitest";
|
||||
import { installChannelSurfaceContractSuite } from "../../../../test/helpers/channels/surface-contract-suite.js";
|
||||
import { getSurfaceContractRegistry } from "./registry.js";
|
||||
import { installChannelSurfaceContractSuite } from "./suites.js";
|
||||
|
||||
for (const entry of getSurfaceContractRegistry()) {
|
||||
for (const surface of entry.surfaces) {
|
||||
|
||||
Reference in New Issue
Block a user