mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:40:44 +00:00
test: update misc extension routing expectation
This commit is contained in:
@@ -859,10 +859,10 @@ describe("test-projects args", () => {
|
||||
]);
|
||||
});
|
||||
|
||||
it("keeps non-provider extension file targets on the shared extensions config", () => {
|
||||
it("routes misc extension file targets to the misc extensions config", () => {
|
||||
expect(buildVitestRunPlans(["extensions/firecrawl/index.test.ts"])).toEqual([
|
||||
{
|
||||
config: "test/vitest/vitest.extensions.config.ts",
|
||||
config: "test/vitest/vitest.extension-misc.config.ts",
|
||||
forwardedArgs: [],
|
||||
includePatterns: ["extensions/firecrawl/index.test.ts"],
|
||||
watchMode: false,
|
||||
|
||||
Reference in New Issue
Block a user