This repository was archived by the owner on Aug 8, 2020. It is now read-only.
This repository was archived by the owner on Aug 8, 2020. It is now read-only.
npm test
is not working #1
Open
Description
Situation:
Running the
$ git clone https://github.com/avajs/ava-snapshot-example && cd ava-snapshot-example && npm install
and
npm test
Expected:
Seeing snapshots at work
Actual:
> @ test /home/romigui/git/ava-snapshot-example
> ava
✖ Unexpected Babel configuration for AVA. See https://github.com/avajs/ava/blob/v1.4.1/docs/recipes/babel.md for allowed values.
npm ERR! Test failed. See above for more details.
I tried to fix it without success.
Thank you for your work.