Originally forked from https://github.com/tfrommen/unit-test-examples
Using this repo to test various code coverage and static code analyzers such as coveralls, codecov, sonarqube, etc.
Install with Yarn:
yarn
yarn testor
npm ci
npm run-script testThe repository is set up for you to write JavaScript tests with Jest.
In order to run the JavaScript tests, you have to install the required JavaScript packages first.
Install with Yarn:
yarn testor
npm run-script testBy default, this will install Jest (inlcuding jest-each), react-test-renderer and Enzyme
Copyright (c) 2018 Thorsten Frommen
This code is licensed under the MIT License.