Skip to content

Commit

Permalink
fix(tests): update jest
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Mar 10, 2019
1 parent ccec130 commit d195774
Show file tree
Hide file tree
Showing 41 changed files with 3,971 additions and 2,654 deletions.
21 changes: 11 additions & 10 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"presets": [
["env",
{
"targets": {
"node": "current"
}
}],
"jest"
]
}
"presets": [[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
],
"jest"
]
}
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ test/**/null.js
test/**/main.js
test/**/cliEntry.js
test/**/foo.js
test/binCases/config-location/webpack-babel-config/bin/es6.js
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ coverage
test/js/*
test/binCases/**/bin/
test/binCases/**/**/bin/

# lerna log
lerna-debug.log

Expand Down
615 changes: 310 additions & 305 deletions junit.xml

Large diffs are not rendered by default.

Loading

0 comments on commit d195774

Please sign in to comment.