Delete the above section and the instructions in the sections below before submitting
If this is a feature request, explain why it should be added. Specific use-cases are best.
For bug reports, please provide as much relevant info as possible.
// Avoid posting hundreds of lines of source code.
// Edit to just the relevant portions.
COPY THE ERROR MESSAGE, INCLUDING STACK TRACE HERE
Copy the relevant section from package.json
:
{
"ava": {
...
}
}
Copy your npm build scripts or the ava
command used:
ava [OPTIONS HERE]
Tell us which operating system you are using, as well as which versions of Node.js, npm, and AVA. Run the following to get it quickly:
node -e "var os=require('os');console.log('Node.js ' + process.version + '\n' + os.platform() + ' ' + os.release())"
ava --version
npm --version