mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
fix(ui): update inbox badge test inputs
This commit is contained in:
parent
f5a87ab14e
commit
9159b44fcc
1 changed files with 2 additions and 0 deletions
|
|
@ -327,6 +327,8 @@ describe("inbox helpers", () => {
|
|||
heartbeatRuns: [],
|
||||
mineIssues: [makeIssue("1", false), makeIssue("2", false), makeIssue("3", true)],
|
||||
dismissed: new Set<string>(),
|
||||
dismissedAlerts: new Set<string>(),
|
||||
dismissedAtByKey: new Map(),
|
||||
});
|
||||
|
||||
expect(result.mineIssues).toBe(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue