mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 01:30:21 +00:00
test: keep Discord payload contracts off broad test api
This commit is contained in:
@@ -11,6 +11,9 @@ describe("e2e vitest config", () => {
|
||||
expect(e2eConfig.test?.include).toEqual([
|
||||
"test/**/*.e2e.test.ts",
|
||||
"src/**/*.e2e.test.ts",
|
||||
"src/gateway/gateway.test.ts",
|
||||
"src/gateway/server.startup-matrix-migration.integration.test.ts",
|
||||
"src/gateway/sessions-history-http.test.ts",
|
||||
BUNDLED_PLUGIN_E2E_TEST_GLOB,
|
||||
]);
|
||||
expect(e2eConfig.test?.pool).toBe("threads");
|
||||
|
||||
Reference in New Issue
Block a user