/NotesAppUnitTest

Note app build with test driven approach. Using Jest and Enzyme for tests.

Primary LanguageJavaScript

Unit test app:

This notes app is build with test driven approach with Jest and Enzyme. App created with create-react-app and some styles applied with Bootsrap.
It includes 2 test suites with 11 tests and 2 snapshots

To run tests:

npm run test

To run tests with coverage:

npm run test -- --coverage