From 046c1d21b1222be4cac7297d29314cc60e8b733c Mon Sep 17 00:00:00 2001 From: dswbx Date: Thu, 12 Jun 2025 09:12:40 +0200 Subject: [PATCH] fixed tests --- app/__test__/data/specs/Repository.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } {