mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 14:45:46 +00:00
test: move gateway e2e fixture out of unit lane
This commit is contained in:
@@ -174,6 +174,19 @@ describe("scripts/test-projects changed-target routing", () => {
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
||||
it("routes the gateway e2e fixture to the e2e lane", () => {
|
||||
const plans = buildVitestRunPlans(["src/gateway/gateway.test.ts"], process.cwd());
|
||||
|
||||
expect(plans).toEqual([
|
||||
{
|
||||
config: "vitest.e2e.config.ts",
|
||||
forwardedArgs: ["src/gateway/gateway.test.ts"],
|
||||
includePatterns: null,
|
||||
watchMode: false,
|
||||
},
|
||||
]);
|
||||
});
|
||||
});
|
||||
|
||||
describe("scripts/test-projects full-suite sharding", () => {
|
||||
|
||||
Reference in New Issue
Block a user