update vulnerable dependencies

This commit is contained in:
Jake McDermott
2019-04-16 09:09:14 -04:00
parent d6f91f8b2d
commit 468a290ba6
3 changed files with 2174 additions and 1163 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
moduleNameMapper: {
'\\.(css|scss|less)$': '<rootDir>/__mocks__/styleMock.js'
},
setupTestFrameworkScriptFile: '<rootDir>/jest.setup.js',
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
testMatch: [
'<rootDir>/__tests__/**/*.test.{js,jsx}'
],