mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 07:00:22 +00:00
refactor: move extension-owned tests to extensions
This commit is contained in:
3
extensions/firecrawl/bundled-web-search.contract.test.ts
Normal file
3
extensions/firecrawl/bundled-web-search.contract.test.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../test/helpers/extensions/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("firecrawl");
|
||||
@@ -0,0 +1,7 @@
|
||||
import { describePluginRegistrationContract } from "../../test/helpers/extensions/plugin-registration-contract.js";
|
||||
|
||||
describePluginRegistrationContract({
|
||||
pluginId: "firecrawl",
|
||||
webSearchProviderIds: ["firecrawl"],
|
||||
toolNames: ["firecrawl_search", "firecrawl_scrape"],
|
||||
});
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeWebSearchProviderContracts } from "../../test/helpers/extensions/web-search-provider-contract.js";
|
||||
|
||||
describeWebSearchProviderContracts("firecrawl");
|
||||
Reference in New Issue
Block a user