forked from farhoodlabs/paperclip
fix(ui): update inbox badge test inputs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user