Justin Ridgewell 3e487f89ab Don't merge test options. (#6157)
* 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
2017-08-28 13:36:03 -06:00

5 lines
117 B
JSON

{
"plugins": ["transform-new-target"],
"throws": "new.target must be under a (non-arrow) function or a class."
}