Skip to content

jest with react support boilerplate

Justin van der Krieken requested to merge react-tests into no-latex

Tests can be run with yarn test. Jest will look for tests with filenames *.test.js(x) or any js(x) file in directories named __test__.

Merge request reports