-
Notifications
You must be signed in to change notification settings - Fork 29
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
'npm run test' not working on windows #130
Comments
Hmmm... I got it working (on my mac) without trouble. Maybe there's a specific test that has problems. Could you see if you can find the hanging test? |
Need to do binary search to detect the potential test. Let me see if I find something suspicious. |
I could tackle the problem down to this line My approach is to adjust the testConfigs to provide valid absolute paths if ENV === windows. |
I'd love to see it 👍 |
After some hours of investigation I found the following possible solution.
This is a bigger change as I expected and it might have some tradeoffs, but otherwise I would not be able to contribute any longer which I really like... I don't want to make that changes until you all are ok with that @kentcdodds @bebraw @jonathanewerner |
Fine by me. If you can encapsulate the path bits somewhere, that would be great. |
😄 |
Yea, let's extract this as |
Win 10 x64
node: 4.4.7.
I have also tried with node 6.3.1. (current)
It seems that mocha freezes when running the tests. All I get is
and then it hangs forever.
I am really not sure if it is a problem in the scripts or mocha itself. Help would be really appreciated...
The text was updated successfully, but these errors were encountered: