mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
test(plugins): fix boundary contract parse error
This commit is contained in:
@@ -132,7 +132,6 @@ describe("opt-in extension package boundaries", () => {
|
||||
expect(packageJson.exports?.["./text-runtime"]?.types).toBe(
|
||||
"./dist/src/plugin-sdk/text-runtime.d.ts",
|
||||
);
|
||||
);
|
||||
expect(packageJson.exports?.["./video-generation"]?.types).toBe(
|
||||
"./dist/src/plugin-sdk/video-generation.d.ts",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user