test: fix slack bolt mock middleware

This commit is contained in:
Peter Steinberger
2026-04-25 00:55:05 +01:00
parent 829ace53d3
commit fb80405693

View File

@@ -287,9 +287,6 @@ vi.mock("@slack/bolt", () => {
command() {
/* no-op */
}
use() {
/* no-op */
}
start = vi.fn().mockResolvedValue(undefined);
stop = vi.fn().mockResolvedValue(undefined);
}