test-utils
test-utils copied to clipboard
nuxt/components is not work in setupTest
nuxt/components is not work in setupTest:
setupTest({
config: {
components: true // <-- not work
}
});
@mhfeizi Could you provide minimal reproduction repo, please? It would be easier to help seeing what you are trying to test.
@mhfeizi Could you provide minimal reproduction repo, please? It would be easier to help seeing what you are trying to test.
https://github.com/mhfeizi/nuxt-components-issue-158
@mhfeizi Thanks!
I had a look and it seems like this is recent regression in Components module (follow nuxt/components#223). All works as expected if @nuxt/components is pinned to version 2.1.8:
"resolutions": {
"@nuxt/components": "2.1.8"
}