hey I was trying to test my express API endpoints as you see below: test('POST: Send registration request', done => { superTest(Api) .post('/auth/register') ...
確定! 回上一頁