You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2020. It is now read-only.
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.