Skip to content

Match all files ending with spec.js

Himanshu Kapoor requested to merge (removed):patch-1 into master

This change scans the jest history for files ending with spec.js, not containing spec.js, so that spec.js.snap files are not matched.

Because of this, the graph reports data a bit inaccurately.

Here's a screenshot of the number of tests present locally:

Number of tests present locally Output of command run locally
Screenshot_2020-05-20_at_1.17.03_PM Screenshot_2020-05-20_at_2.13.48_PM
Edited by Himanshu Kapoor

Merge request reports