Skip to content

Commit

Permalink
build(jest): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaperret committed Nov 13, 2018
1 parent 206d72d commit e82310c
Show file tree
Hide file tree
Showing 4 changed files with 1,783 additions and 3,392 deletions.
5 changes: 2 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets": [
[
"@babel/preset-env",
"@babel/env",
{
"modules": false,
"targets": {
Expand All @@ -20,6 +20,5 @@
"@babel/plugin-transform-modules-commonjs"
]
}
},
"plugins": []
}
}
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
module.exports = {
transform: {
'^.+\\.jsx?$': 'babel-jest'
},
roots: [
'<rootDir>/src/',
'<rootDir>/test/specs/'
Expand Down
Loading

0 comments on commit e82310c

Please sign in to comment.