-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using global ava
command.
#245
Comments
Could you share the test file? @jamestalmage Any way we could show the stack of the uncaught exception? We should also hide our own stack on |
https://github.com/TrySound/rollup-plugin-string/blob/master/test/index.js |
@TrySound I cloned your repo, npm installed, and ran |
@sindresorhus Yeah, I think npm test runs ava from local node_modules. But as I said |
@TrySound Try upgrading the global AVA version? |
|
Same problem |
Fixed in #257. This was another Windows specific issue. Fun, fun, fun! |
Same Problem. The test works if i run ava version: here's the project i was trying on: https://github.com/EduardoLopes/palette-lovers. i'm on linux. |
ava
command.
@jamestalmage Why |
Because eventually I would like to see it just be Did it solve your problem? |
@jamestalmage Yep, works :) |
Fixed in #277 |
After updating to ava 0.5
If I run
$ npm test
tests are passed. If I run$ ava
i get this errorThe same if I try to run empty tests with
t.end();
onlyThe text was updated successfully, but these errors were encountered: