diff --git a/app/__test__/data/specs/Repository.spec.ts b/app/__test__/data/specs/Repository.spec.ts index 23f094c..46bbf7b 100644 --- a/app/__test__/data/specs/Repository.spec.ts +++ b/app/__test__/data/specs/Repository.spec.ts @@ -51,7 +51,7 @@ describe("[Repository]", async () => { // { const res = await em.repository(items).findMany(); - expect(res.count).toBeUndefined(); + expect(res.count).toBe(3); } {