-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
testRegex not detecting .coffee files #1707
Comments
Please also add |
@cpojer Thanks for the quick response! |
I also had the same issue with |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hey Jest team,
Running into an issue with getting Jest and Coffeescript to work together. I'm not sure if I have everything set up perfectly, but it looks like the
testRegex
field isn't detecting.coffee
files. Here's what I have so far: https://github.com/hyungccho/jest-coffeescript-bug.Steps to reproduce:
npm install
npm test
sample-test.js
is being detected whilesample-test.coffee
isn't.Other notes:
If I remove
js
from the regex, this is what I see:testRegex
seems to be correctly formatted, and I definitely do have a.coffee
test file inside__tests__
, but it doesn't read it.Node:
v6.2.2
NPM:
v3.9.5
OS: OSX El Capitan v10.11.1
The text was updated successfully, but these errors were encountered: