Skip to content

Commit

Permalink
jest should ignore dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyboy committed Aug 25, 2019
1 parent 7bc0b21 commit c12e2db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"collectCoverageFrom": [
"src/**/*.js",
"!src/__tests__/*"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
]
}
}

0 comments on commit c12e2db

Please sign in to comment.