mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 11:40:39 +09:00
test(ui): align inbox badge fixture with dismissal state
This commit is contained in:
parent
327eadb45c
commit
ce3bc329fc
1 changed files with 0 additions and 2 deletions
|
|
@ -328,8 +328,6 @@ describe("inbox helpers", () => {
|
||||||
heartbeatRuns: [],
|
heartbeatRuns: [],
|
||||||
mineIssues: [makeIssue("1", false), makeIssue("2", false), makeIssue("3", true)],
|
mineIssues: [makeIssue("1", false), makeIssue("2", false), makeIssue("3", true)],
|
||||||
dismissed: new Set<string>(),
|
dismissed: new Set<string>(),
|
||||||
dismissedAlerts: new Set<string>(),
|
|
||||||
dismissedAtByKey: new Map(),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(result.mineIssues).toBe(1);
|
expect(result.mineIssues).toBe(1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue