Skip to content

Commit

Permalink
chore: update jest conf
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Feb 20, 2019
1 parent 873f29c commit f270318
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ module.exports = {
],

testPathIgnorePatterns: [
'node_modules',
'old'
'node_modules'
],

transformIgnorePatterns: [
Expand All @@ -39,9 +38,5 @@ module.exports = {
'ts',
'js',
'json'
],

reporters: [
'default'
].concat(process.env.JEST_JUNIT_OUTPUT ? ['jest-junit'] : [])
]
}

0 comments on commit f270318

Please sign in to comment.