From 9dba4dbd13c1477061c621e9000ec698127171ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E5=A3=B0?= Date: Mon, 18 Mar 2024 11:53:14 +0800 Subject: [PATCH] test: fix unittest --- test/commander/commander.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/commander/commander.test.ts b/test/commander/commander.test.ts index b97020d7..cf070d02 100644 --- a/test/commander/commander.test.ts +++ b/test/commander/commander.test.ts @@ -7,6 +7,7 @@ import { CommandCenter } from '@opensumi/bot-commander'; const testEnv: IRuntimeEnv = { KV: new LocalKV(), MESSAGE_QUEUE: new NodeQueue(), + ENVIRONMENT: 'unittest', }; describe('command center', () => {