cessda / cessda.cvs.two

Apache License 2.0
0 stars 2 forks source link

Use the V8 coverage provider to gather coverage in Jest tests #807

Closed matthew-morris-cessda closed 8 months ago

matthew-morris-cessda commented 8 months ago

The V8 coverage provider uses significantly less memory than the Babel coverage provider. This prevents OOM errors when running Jest tests on Jenkins.