Skip to content

DEV tests

simonedegiacomi edited this page May 23, 2019 · 1 revision

Tests

Tests of the application don't reside in a signle folder but are placed near the code they tests.

Services tests

All the Services tests are unit tests, so they don't call the actual server. Instead, the fetch function is mocked.

Components tests

React Components are tested using the enzyme library and some utility functions are defined in the testHelpers folder