-
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
Doesn't seem work with coffeescript #521
Comments
@adius currently test files must be JavaScript files, ending in |
You could compile it first to JavaScript and then run that file. Just like with TypeScript. Although it might be cleaner if AVA could handle |
I haven't tried this, but couldn't you change the search pattern for files to include |
Unfortunately, no. We are discussing a similar issue for jsx here. |
Closing in favor of #229. |
I have following lines in my package file:
The test directory contains a
main.coffee
file with ava tests.When I run
npm test
, however, it always saysCouldn't find any files to test
.Any ideas?
The text was updated successfully, but these errors were encountered: