-
Notifications
You must be signed in to change notification settings - Fork 3
Do the tests work? #1
Comments
Hi Rob, I do have some local changes where I tried to fix it but without success so far. Please leave this issue open until I find a permanent solution. |
Using Apparently there is an error going on within karma-rollup-preprocessor. If I just a hack a console log in the catch of rollup-preprocessor, it tells me:
(The project base is /tmp/starterkit in this case) The error message makes me think it's maybe npm 3 incompatability |
This one is also useful perhaps: |
Thank you for digging into this @rhalff. I've found out that Unfortunately I feel the best option right now is to go Webpack for tests. |
After moving the Feel free to re-open the issue @rhalff if the issue still exists for you. |
Hi I came here because my own rollup setup seems to be broke.
But when I try your repository and change the test to something failing there also seems to be no failures reported.
Just wondering whether this is my local setup or you can confirm the tests are broken.
e.g. if I change the test to something like this:
expect(wrapper.find('div')).to.have.length(99999999);
The output of running npm test is:
The text was updated successfully, but these errors were encountered: