-
Notifications
You must be signed in to change notification settings - Fork 0
DEV tests
simonedegiacomi edited this page May 23, 2019
·
1 revision
Tests of the application don't reside in a signle folder but are placed near the code they tests.
All the Services tests are unit tests, so they don't call the actual server. Instead, the fetch function is mocked.
React Components are tested using the enzyme library and some utility functions are defined in the testHelpers
folder