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

郵便番号が部分一致する住所を検索する処理のテストを作成 #36

Draft
wants to merge 17 commits into
base: feature/unit-testing
Choose a base branch
from

Conversation

marumoto-goq
Copy link

変更の概要

  • 郵便番号が部分一致する住所を検索する処理のテストを作成いたしました。

作成したテストケース

テストケース1:住所のマスタデータ内に入力された郵便番号が存在して、部分一致する住所のデータを返す

テスト対象範囲

  • テスト対象の範囲としては、index.ts内の処理の176 - 191行目を対象としております。
  • index.tsにあるsearchAddressFromZipcode()の完全一致検索ではない時に走る処理をテストするものになります。

@marumoto-goq marumoto-goq self-assigned this May 1, 2024
@marumoto-goq marumoto-goq marked this pull request as draft May 1, 2024 09:06
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.

None yet

1 participant