Skip to content

Commit

Permalink
test: fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Mar 18, 2024
1 parent 2d6f5fa commit 9dba4db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/commander/commander.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 9dba4db

Please sign in to comment.