diff --git a/test/test.js b/test/test.js index 39adc19..019339b 100644 --- a/test/test.js +++ b/test/test.js @@ -175,6 +175,7 @@ test.serial('[Success] Search products', async t => { .get('/category/backpack?json=true') .expect(200); + console.log('res.body', res.body); // Should be two backpack products t.deepEqual(res.body.length, 2); });