mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-24 07:01:49 +00:00
test: route gateway HTTP history and startup wiring to e2e
This commit is contained in:
@@ -281,7 +281,11 @@ function classifyTarget(arg, cwd) {
|
||||
if (relative.endsWith(".e2e.test.ts")) {
|
||||
return "e2e";
|
||||
}
|
||||
if (relative === "src/gateway/gateway.test.ts") {
|
||||
if (
|
||||
relative === "src/gateway/gateway.test.ts" ||
|
||||
relative === "src/gateway/server.startup-matrix-migration.integration.test.ts" ||
|
||||
relative === "src/gateway/sessions-history-http.test.ts"
|
||||
) {
|
||||
return "e2e";
|
||||
}
|
||||
if (relative.startsWith("extensions/")) {
|
||||
|
||||
Reference in New Issue
Block a user