Skip to content

Commit

Permalink
Merge pull request #553 from primer/npm-audit
Browse files Browse the repository at this point in the history
Update 'jest' to pull in a newer 'mem'
  • Loading branch information
smockle authored Sep 24, 2019
2 parents a377d79 + 4194399 commit 65b41bb
Show file tree
Hide file tree
Showing 3 changed files with 1,978 additions and 2,619 deletions.
6 changes: 2 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = {
cacheDirectory: '.test',
collectCoverage: true,
collectCoverageFrom: [
'src/*.js'
],
setupTestFrameworkScriptFile: '<rootDir>/src/utils/test-matchers.js'
collectCoverageFrom: ['src/*.js'],
setupFilesAfterEnv: ['<rootDir>/src/utils/test-matchers.js']
}
Loading

1 comment on commit 65b41bb

@vercel
Copy link

@vercel vercel bot commented on 65b41bb Sep 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.