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 :ref:`unit testing with jest` section.