From 6aaf7e91b0c367b7b3dad0adabdf65409b31db7c Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 24 Aug 2021 15:51:40 -0400 Subject: [PATCH] chore: warnings from babel in tests --- .babelrc.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.babelrc.js b/.babelrc.js index d78766a2..c4bd7aab 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -7,4 +7,9 @@ module.exports = { }, ], ], + env: { + test: { + plugins: [['@babel/plugin-proposal-private-property-in-object', { loose: true }]], + }, + }, };