fix(ci): use plugin registry test bridges

This commit is contained in:
Vincent Koc
2026-04-03 23:03:08 +09:00
parent 4b2c7404e5
commit efeee6f921
3 changed files with 9 additions and 4 deletions

View File

@@ -1,2 +1,3 @@
export { createEmptyPluginRegistry } from "../../../src/plugins/registry.js";
export { setActivePluginRegistry } from "../../../src/plugins/runtime.js";
export { createTestRegistry } from "../../../src/test-utils/channel-plugins.js";