Skip to content

Commit 2312256

Browse files
committed
Update .babelrc to support Jest - ES6 import testing
1 parent 37eaccf commit 2312256

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.babelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"env": {
3+
"test": {
4+
"plugins": ["@babel/plugin-transform-modules-commonjs"]
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)