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