Skip to content

Commit 7f1d5cc

Browse files
author
Mark George
committed
Add babel config for jest
1 parent 88df0c3 commit 7f1d5cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

babel.config.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"node": "current"
8+
}
9+
}
10+
]
11+
],
12+
}

0 commit comments

Comments
 (0)