Skip to content

Commit

Permalink
Fix tests broken by babel config change
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhallinan committed Sep 14, 2017
1 parent fa930fe commit cdb6139
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@
"transform-regenerator",
"transform-object-rest-spread"
],
"ignore": [
"**/__tests__/"
],
"env": {
"commonjs": {
"ignore": [ "**/__tests__/" ],
"plugins": ["transform-es2015-modules-commonjs"]
},
"es": {
"ignore": [ "**/__tests__/" ]
},
"rollup": {
"ignore": [ "**/__tests__/" ],
"plugins": ["external-helpers"]
},
"test": {
Expand Down

0 comments on commit cdb6139

Please sign in to comment.