Skip to content

Commit

Permalink
ci: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Apr 30, 2020
1 parent 5a284da commit 4131642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

"env": {
"test": {
"plugins": ["@babel/plugin-transform-runtime"]
"plugins": [
"@babel/plugin-transform-regenerator",
"@babel/plugin-transform-runtime"
]
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.5",
"@rollup/plugin-buble": "^0.21.3",
Expand Down

0 comments on commit 4131642

Please sign in to comment.