Babel preset for use with AVA test files
npm install @ava/babel-preset-transform-test-files> [Babel] preset for use with [AVA] test files
Currently contains:
- babel-plugin-espower and the patterns that should be enhanced
- @ava/babel-plugin-throws-helper
``console`
$ npm install --save @ava/babel-preset-transform-test-files
Add @ava/transform-test-files to your [Babel] presets. You can disable babel-plugin-espower by setting the powerAssert option to false:
`json`
{
"presets": [
["@ava/transform-test-files", {"powerAssert": false}]
]
}
Require @ava/babel-preset-transform-test-files/package-hash` to get a combined hash for the installed version of the preset, as well as the plugins used.
[AVA]: https://ava.li
[Babel]: https://babeljs.io