Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 276 Bytes

tests.md

File metadata and controls

10 lines (7 loc) · 276 Bytes

Front end tests

Jest is the Javascript testing framework to write down our JavaScript unit tests.

You must provide some unit tests for any front-end development.

More information for tests in unit testing with jest section.