mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
fixed tests
This commit is contained in:
@@ -51,7 +51,7 @@ describe("[Repository]", async () => {
|
||||
//
|
||||
{
|
||||
const res = await em.repository(items).findMany();
|
||||
expect(res.count).toBeUndefined();
|
||||
expect(res.count).toBe(3);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user