Skip to content

Commit

Permalink
Bless collectCoverageFrom Jest option (#105)
Browse files Browse the repository at this point in the history
Not sure why I was mean and excluded this before.
  • Loading branch information
72636c authored Jun 24, 2020
1 parent 2426d7e commit 1b7641f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-brooms-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**configure:** Migrate `collectCoverageFrom` Jest option
1 change: 1 addition & 0 deletions src/cli/configure/modules/jest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { Module } from '../types';

// Jest options to preserve during migration
const filterProps = createPropFilter([
'collectCoverageFrom',
'coverageThreshold',
'globalSetup',
'globalTeardown',
Expand Down

0 comments on commit 1b7641f

Please sign in to comment.