Skip to content

Commit

Permalink
Avoid async-to-promises for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Nov 24, 2016
1 parent 42a4458 commit e8ba291
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015"],
"plugins": ["async-to-promises"]
"presets": ["es2015", "stage-3"],
"plugins": ["transform-runtime"]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-plugin-async-to-promises": "^1.0.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.7.2",
"babel-runtime": "^6.18.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"del": "^2.2.0",
Expand Down

0 comments on commit e8ba291

Please sign in to comment.