status(200).json({ name: 'john' }); }); request(app) .get('/user') .expect('Content-Type', /json/) .
確定! 回上一頁