Skip to content

Commit

Permalink
fix native async test
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Jan 10, 2019
1 parent 670ddad commit 1c72e35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions e2e/native-async-mock/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

module.exports = {
plugins: ['@babel/plugin-transform-async-to-generator'],
presets: ['@babel/preset-env'],
presets: [['@babel/preset-env', {targets: {node: 8}}]],
};
1 change: 0 additions & 1 deletion e2e/native-async-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.0.0",
"@babel/preset-env": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion e2e/native-async-mock/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/plugin-transform-async-to-generator@^7.0.0", "@babel/plugin-transform-async-to-generator@^7.1.0":
"@babel/plugin-transform-async-to-generator@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.1.0.tgz#109e036496c51dd65857e16acab3bafdf3c57811"
integrity sha512-rNmcmoQ78IrvNCIt/R9U+cixUHeYAzgusTFgIAv+wQb9HJU4szhpDD6e5GCACmj/JP5KxuCwM96bX3L9v4ZN/g==
Expand Down

0 comments on commit 1c72e35

Please sign in to comment.