Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 598 Bytes

tests.md

File metadata and controls

17 lines (9 loc) · 598 Bytes

Testing

⬅️ Readme

In this project I've used few of popular test approaches depending on the system under the test

Unit test (Jest)

I've used a unit tests for shared part of this project focusing on shared classes such as inside services, interceptors, helpers.

For this purpose I've also created a shared test helpers to make the test easier.

Storybook

I've used a Storybook (Chromatic) for a shared view description and visual tests

The Storybook documentation is available here