amplify icon indicating copy to clipboard operation
amplify copied to clipboard

[Tests] Mock data for Lob API

Open Alex-is-Gonzalez opened this issue 2 years ago • 3 comments

Context

Lob is used to store addresses where letters go. While there is an address verification mechanism, there are edge cases such as satellites, non-residential, and POs to consider

Files to have open: lob.js, https://github.com/ProgramEquity/amplify/blob/main/server/tests/integration/lob.test.js

Tasks:

  • [ ] Create a mocks model file for addresses
    • Copilot prompt while lob.jest.js open: where would I create mock files
  • [ ] Create an array of addresses across edge cases
    • Copilot prompt:
      • How can I use Jest to mock API calls in my tests?
      • In Lob.js Highlight lines 256-281: Mock data for edge cases
      • In Lob.test.js Highlight lines 264-272: Mock data for test

Alex-is-Gonzalez avatar Oct 13 '23 15:10 Alex-is-Gonzalez

Branch: issue-612

Dunridge avatar Apr 11 '25 21:04 Dunridge

Branch: issue-612

Dunridge avatar Jun 10 '25 23:06 Dunridge

Branch: issue-612

Dunridge avatar Jun 11 '25 00:06 Dunridge