Skip to content

Commit

Permalink
chore: warnings from babel in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Aug 24, 2021
1 parent 13bc67d commit 6aaf7e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ module.exports = {
},
],
],
env: {
test: {
plugins: [['@babel/plugin-proposal-private-property-in-object', { loose: true }]],
},
},
};

0 comments on commit 6aaf7e9

Please sign in to comment.