Open tonimelisma opened 3 years ago
Hey @tonimelisma, thanks for reaching out.
Interesting that global ava installation is required. I usually do npm init ava
and I was assumpt that it puts ava in devDepwndencies.
PRs are welcome and adding ava as a local dependency is a good idea IMO.
Actually, I may have misunderstood your comment last time. ava
is in devDependencies
but what you're saying is that a local install of ava doesn't link any binaries.
Perhaps the test scripts could be changed to use the local ava installation?
How can this be done? PRs are welcome. I'm happy to do it myself too. A resource describing a solution would be helpful e.g. ava docs. Thanks
Cloning the repo and running the tests doesn't work:
Locally installing ava doesn't link any binaries into
node-modules/.bin
. I suspect the test script assumes a global ava install. Perhaps the test scripts could be changed to use the local ava installation? Is a PR welcome?