refactor(babel-node): Refactor babel-node tests configuration (#11440)

This commit is contained in:
Arun Kumar Mohan
2020-04-20 15:03:58 -05:00
committed by GitHub
parent 1a08aa5adc
commit 7e6839f42b
2 changed files with 12 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
{
"presets": [
"../../babel-preset-env",
["../../babel-preset-react"]
],
"plugins": [
"../../babel-plugin-transform-strict-mode",
"../../babel-plugin-transform-modules-commonjs"
],
"only": ["../../../packages/*/test"]
}