feat(web): расписание, каналы уведомлений, история проверок, drift-badge
This commit is contained in:
@@ -28,6 +28,7 @@ beforeEach(() => {
|
||||
user: { id: "u1", email: "a@b.com" },
|
||||
project: { id: PROJECT_ID, name: "Default" },
|
||||
})
|
||||
vi.spyOn(api, "domainHistory").mockResolvedValue([])
|
||||
})
|
||||
|
||||
test("apply sends applyPrunes=false by default, true only after opting in", async () => {
|
||||
|
||||
Reference in New Issue
Block a user