-
Notifications
You must be signed in to change notification settings - Fork 222
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
Tests don't run - 'bundle is now invalid' message #11
Comments
I logged more info at http://stackoverflow.com/questions/24119506/karma-jasmine-times-out-without-running-tests but there's no activity on it. |
+1 |
My stuff was working and now I have hit this... ugh |
So I tweaked index.js with this.
Which now gives me a better error:
|
Turned out the plugin
was causing all the ruckas. I will PR my logging changes as I feel it is helpful. |
Hi @nmccready Im having the same issue, and im also using |
I can't remember if I made a PR or if it got shot down. Anyways the work is here https://github.com/realtymaps/karma-webpack and https://github.com/nmccready/karma-webpack |
Update to React v0.13.1
I've got a skeleton project with dummy tests in 14 files. It all builds in under four seconds. When I run my tests, PhantomJS times out (I've tried a timeout of up to a minute). I get the following output:
I've seen that issue #8 is similar and was solved by increasing the timeout, but it doesn't work for me.
The text was updated successfully, but these errors were encountered: