Skip to content

Commit

Permalink
add nyc preset (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz authored and tabrindle committed Mar 1, 2019
1 parent fa12e28 commit 309afdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ module.exports = {
npmPackages: ['react', 'react-native'],
npmGlobalPackages: ['react-native-cli'],
},
nyc: {
System: ['OS', 'CPU', 'Memory'],
Binaries: ['Node', 'Yarn', 'npm'],
npmPackages: ['*istanbul*', 'nyc', '*babel*', 'typescript', 'ts-node', 'source-map-support'],
options: {
showNotFound: true,
},
},
webpack: {
System: ['OS', 'CPU'],
Binaries: ['Node', 'Yarn', 'npm'],
Expand Down

0 comments on commit 309afdb

Please sign in to comment.