Skip to content

Commit

Permalink
Merge pull request #75 from textkernel/fix-vulnerabilities
Browse files Browse the repository at this point in the history
Fix vulnerabilities
  • Loading branch information
carlobernardini committed Mar 13, 2019
2 parents ba8c711 + 40f9449 commit 9261312
Show file tree
Hide file tree
Showing 3 changed files with 2,495 additions and 1,620 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
},

// The path to a module that runs some code to configure or set up the testing framework before each test
setupTestFrameworkScriptFile: '<rootDir>etc/test/enzyme.setup.js',
setupFilesAfterEnv: ['<rootDir>etc/test/enzyme.setup.js'],

// The glob patterns Jest uses to detect test files
testMatch: ['**/__tests__/**/*.spec.js'],
Expand Down

0 comments on commit 9261312

Please sign in to comment.