-
-
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
'Meteor test' seems not working #67
Comments
I'm also having the issue that meteor test hangs up after running server tests. |
Same here. Meteor/Mocha doesn't seem to find any tests when ardatan webpack package is enabled. Removing (s)css-imports didn't fix the issue for me, have you found any solution/workaround in the meantime, @kadensungbincho @Shiadra ? |
Same issue here. @ardatan Do you have any idea ? I'll maybe check locally to find |
I tried to test meteor with
meteor test --driver-package meteortesting:mocha --test-app-path $(pwd)/.meteortest
but it endlessly showed
I currently installed meteor packages like
I tried other meteor test driver like praticalmeteor but it didn't work. Should I change something?
I expect the web reporters view when I open localhost:3000
The text was updated successfully, but these errors were encountered: