Skip to content

Commit d195774

Browse files
committedMar 10, 2019
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

+11-10
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

+1
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

0 commit comments

Comments
 (0)
Please sign in to comment.