Skip to content

TESTING for iteration 2

Patiphan Srichai edited this page Nov 17, 2021 · 2 revisions

Total 27 new test cases, 64 total test cases (updated 17 Nov)

  • Pass 26
  • Fail 1

Test Approach

  • Unit testing with JEST - see more detail in src/test/helper.test.js
  • Mock testing with JEST - see more detail in src/test/peopleRoutes.test.js and src/test/getGovData.test.js

Run test

  • JEST - yarn test

Test Information

  • TBA

Clone this wiki locally