Closed darai0512 closed 5 years ago
request()
Network failures, timeouts, and other errors that produce no response will contain no err.status or err.response fields.
npm test -- test/requestor.spec.js
npm test
概要
request()
のエラーハンドリングを改善Network failures, timeouts, and other errors that produce no response will contain no err.status or err.response fields.
などrequest()
のテストを追加npm test -- test/requestor.spec.js
と単発だと成功したがnpm test
では失敗。原因は他のテスト全てでrequest()
がmockされ、かつ元に戻されてなかったため備考