* Don't merge test options. Particularly, I don't want `lodash/merge` to merge my specific plugins with the general test plugins. It led to odd behavior where I could enable a loose transform in my specific test, just to have it overridden by the test fixture's general options. * Need options
4 lines
137 B
JSON
4 lines
137 B
JSON
{
|
|
"plugins": ["external-helpers", "transform-es2015-parameters", "transform-async-to-generator", "transform-es2015-arrow-functions"]
|
|
}
|