Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

リクエスト時のエラーハンドリング改善、単体テスト改善 #17

Merged
merged 3 commits into from
Jul 5, 2019

Conversation

darai0512
Copy link
Contributor

@darai0512 darai0512 commented Jun 27, 2019

概要

  • src/requestor.jsのrequest()のエラーハンドリングを改善
  • 単体テストを追加・改善
    • src/requestor.jsのrequest()のテストを追加
    • 実際にlocalhostでserverを立ててテスト。空いてるportが自動的に選ばれる仕組み(Node.js本家のテストを参考)。HTTPヘッダー含め全てをテストして理解しておく
    • npm test -- test/requestor.spec.jsと単発だと成功したがnpm testでは失敗。原因は他のテスト全てでrequest()がmockされ、かつ元に戻されてなかったため
    • 他のテストではインスタンスも作っていたのでそちらをmockすることで元のコードに影響が無いよう修正
  • eslintのsecurity alertが出ていたのでバージョンを上げて対応

備考

  • masterは現在リリースされていない
  • masterのミラーとしてfeature/tsというブランチを作成
  • リリース完了: tags/v.1.4.0

@darai0512 darai0512 self-assigned this Jun 27, 2019
@darai0512 darai0512 requested a review from flagboy June 27, 2019 06:45
@darai0512 darai0512 merged commit 3496bef into master Jul 5, 2019
@darai0512 darai0512 deleted the hotfix-v1.3.1 branch August 9, 2019 06:35
This was referenced Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants