mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 07:42:04 +00:00
test: fix slack bolt mock middleware
This commit is contained in:
parent
829ace53d3
commit
fb80405693
1 changed files with 0 additions and 3 deletions
|
|
@ -287,9 +287,6 @@ vi.mock("@slack/bolt", () => {
|
|||
command() {
|
||||
/* no-op */
|
||||
}
|
||||
use() {
|
||||
/* no-op */
|
||||
}
|
||||
start = vi.fn().mockResolvedValue(undefined);
|
||||
stop = vi.fn().mockResolvedValue(undefined);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue