Skip to content

Commit d195774

Browse files
committed
fix(tests): update jest
1 parent ccec130 commit d195774

File tree

41 files changed

+3971
-2654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3971
-2654
lines changed

.babelrc

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"presets": [
3-
["env",
4-
{
5-
"targets": {
6-
"node": "current"
7-
}
8-
}],
9-
"jest"
10-
]
11-
}
2+
"presets": [[
3+
"@babel/preset-env",
4+
{
5+
"targets": {
6+
"node": "current"
7+
}
8+
}
9+
],
10+
"jest"
11+
]
12+
}

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ test/**/null.js
99
test/**/main.js
1010
test/**/cliEntry.js
1111
test/**/foo.js
12+
test/binCases/config-location/webpack-babel-config/bin/es6.js

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ coverage
2626
test/js/*
2727
test/binCases/**/bin/
2828
test/binCases/**/**/bin/
29-
3029
# lerna log
3130
lerna-debug.log
3231

junit.xml

Lines changed: 310 additions & 305 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)