Skip to content
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

Fix strict test #78

Closed
wants to merge 4 commits into from
Closed

Conversation

Glandos
Copy link

@Glandos Glandos commented Jun 29, 2020

This is a continuation of #77

In this one, I enabled strict mode for Vuex, and set the strict option of VuexModule to false, to enable automatic setters.
I had to implement clearProxyCache, because otherwise, previously defined modules, watchers and other things were conflicting.

Be careful, I also clean __vuex_module_cache__ in this one. In fact, the best way for tests should be to have access to initializeModuleInternals, but I don't know if it is meant to be used like this.

@Glandos
Copy link
Author

Glandos commented Mar 18, 2021

Superseeded by #92

@Glandos Glandos closed this Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant