Open kadensungbincho opened 5 years ago
I'm also having the issue that meteor test hangs up after running server tests. In my case it started working again after removing "@import '~bootstrap/scss/bootstrap';" in my main .scss and using the precompiled bootstrap.css. So my guess is that it is some issue with css.
Same here. Meteor/Mocha doesn't seem to find any tests when ardatan webpack package is enabled. This can be reproduced with example "react" from this repo.
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