Skip to content

Commit 6aaf7e9

Browse files
committed
chore: warnings from babel in tests
1 parent 13bc67d commit 6aaf7e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.babelrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ module.exports = {
77
},
88
],
99
],
10+
env: {
11+
test: {
12+
plugins: [['@babel/plugin-proposal-private-property-in-object', { loose: true }]],
13+
},
14+
},
1015
};

0 commit comments

Comments
 (0)