Edward Wardell-Yerburgh

Results 88 comments of Edward Wardell-Yerburgh

Any info is usefu: * Jest version * Node version * OS version Also, you could delete this line and see if it solves the issue—https://github.com/vuejs/vue-jest/blob/master/vue-jest.js#L6.

Does anyone have an example of a test that fails currently if the cache isn't cleared? I'd like to add a test case to the library when I fix the...

The best solution right now might be to remove the getCacheKey function. The `getCacheKey` function is returning a different hash when the file data changes, so the issue could be...

I'm unable to reproduce. I cloned the vue-enterprise-boilerplate (which is great by the way 😀), ran `yarn install`, and `yarn jest --coverage`. - node 9.5.0 - OS: macOS 10.12.6 Results:...

Thanks @chrisvfritz , I wasn't aware of that method. Would you be able to use it on this line—https://github.com/vuejs/vue-jest/blob/master/vue-jest.js#L6- and see if it fixes the issue. I'm still unable to...

Sorry, I didn't see this message! I've removed cacheing as a temporary fix in 2.1.1. I believe we just use the filename, and then set getCacheKey to createCacheKeyFunction. It should...

I'm not able to reproduce this in master. Can you provide a runnable reproduction?

What's the absolute path of simplert.html?

Does this resolve correctly when you use vue-loader?

This is a problem on our side we need to fix. At the moment, we only look for a src that is relative, not in node_modules Thanks for bring it...