Skip to content

Commit

Permalink
Merge pull request #785 from webpack/fix/ci
Browse files Browse the repository at this point in the history
fix(tests): update jest
  • Loading branch information
evenstensberg committed Mar 10, 2019
2 parents ccec130 + a8b46bf commit 6fee805
Show file tree
Hide file tree
Showing 66 changed files with 3,002 additions and 3,842 deletions.
21 changes: 11 additions & 10 deletions .babelrc
@@ -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
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
Expand Up @@ -26,7 +26,6 @@ coverage
test/js/*
test/binCases/**/bin/
test/binCases/**/**/bin/

# lerna log
lerna-debug.log

Expand Down
575 changes: 290 additions & 285 deletions junit.xml

Large diffs are not rendered by default.

0 comments on commit 6fee805

Please sign in to comment.