Update Prisma and harden tests
This commit is contained in:
parent
a2f9d4bd1a
commit
d8eb38fe52
17 changed files with 171 additions and 119 deletions
|
|
@ -177,7 +177,7 @@ describe("convex.reports.backlogOverview", () => {
|
|||
})
|
||||
|
||||
expect(result.rangeDays).toBe(7)
|
||||
expect(result.statusCounts).toEqual({
|
||||
expect(result.statusCounts).toMatchObject({
|
||||
PENDING: 1,
|
||||
PAUSED: 1,
|
||||
RESOLVED: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue