John C. Kennedy

Results 3 comments of John C. Kennedy

@mblandfo A fix you could apply to get your tests working again is to mock out the library. In Jest I will do this: ```ts jest.mock('vuex-composition-helpers', () => ({ useState:...

If you're using Angular and trying to separate things out into components, you should add this to `index.html`: ``

Variables declared with `const` cannot be overridden. You have to use `var` or `let` if you must rewire your variables.