Skip to content

Commit aaaeb88

Browse files
committed
Configuration for .babelrc on testing
1 parent 3f24f6e commit aaaeb88

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.babelrc

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
"presets": [
33
["env", { "modules": false }],
44
"stage-3"
5-
]
5+
],
6+
"env": {
7+
"test": {
8+
"presets": [
9+
["env", { "targets": { "node": 8 }}]
10+
]
11+
}
12+
}
613
}

0 commit comments

Comments
 (0)