PR #387 added support for Reviewdog comments in Github PRs depending on back end testing coverage. This PR adds support for front end testing coverage comments.
Changes
Add jest-text-formatter package to the generated project dev dependencies. This library was created to format Jest test output to a readable format by Reviewdog.
Add the formatting and Reviewdog call to Circle CI's "Run jest" command.
Context
PR #387 added support for Reviewdog comments in Github PRs depending on back end testing coverage. This PR adds support for front end testing coverage comments.
Changes
jest-text-formatter
package to the generated project dev dependencies. This library was created to format Jest test output to a readable format by Reviewdog.