Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed Aug 21, 2019
1 parent d117a28 commit 5f6c6c3
Show file tree
Hide file tree
Showing 4 changed files with 1,344 additions and 1,340 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"loose": true,
"modules": false,
"forceAllTransforms": true,
"useBuiltIns": "usage"
"useBuiltIns": "usage",
"corejs": "3",
}]
]
}
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
moduleFileExtensions: ['js', 'ts'],
moduleDirectories: ['node_modules', 'src'],
setupTestFrameworkScriptFile: './jest/setup.js',
setupFilesAfterEnv: ['./jest/setup.js'],
transform: {
'^.+\\.ts$': 'ts-jest',
},
Expand Down
Loading

0 comments on commit 5f6c6c3

Please sign in to comment.