mirror of
https://github.com/strapi/strapi.git
synced 2025-11-07 21:58:23 +00:00
remove console.log
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
This commit is contained in:
parent
134fba1229
commit
40df780663
@ -154,8 +154,6 @@ describe('Deep Filtering API', () => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('res', JSON.stringify(res.body, null, 2));
|
|
||||||
|
|
||||||
expect(Array.isArray(res.body)).toBe(true);
|
expect(Array.isArray(res.body)).toBe(true);
|
||||||
expect(res.body.length).toBe(1);
|
expect(res.body.length).toBe(1);
|
||||||
expect(res.body[0]).toMatchObject(data.collectors[1]);
|
expect(res.body[0]).toMatchObject(data.collectors[1]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user