mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 09:47:46 +00:00
refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
This commit is contained in:
parent
09ae61ffab
commit
e553467d55
@ -684,6 +684,7 @@ describe('Content-Type API', () => {
|
|||||||
body: product,
|
body: product,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log('res.body', res.body);
|
||||||
expect(res.statusCode).toBe(200);
|
expect(res.statusCode).toBe(200);
|
||||||
expect(res.body).toMatchObject(product);
|
expect(res.body).toMatchObject(product);
|
||||||
data.productsWithCompoAndDP.push(res.body);
|
data.productsWithCompoAndDP.push(res.body);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user