test(contracts): localize surface and session binding helpers

This commit is contained in:
Vincent Koc
2026-04-04 02:06:12 +09:00
parent d5c42a07ef
commit f1911274aa
3 changed files with 180 additions and 4 deletions

View File

@@ -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) {