eddyerburgh / vue-test-utils-ava-example

An example vue-test-utils project with AVA
30 stars 3 forks source link

Multi File Components Not Mounting #3

Closed Gregoyle closed 6 years ago

Gregoyle commented 6 years ago

I'm having an issue where multi file components aren't mounting. I forked this example and moved the JS to its own file and it fails the basic test. Is there a different way to handle multi file components to be compatible with AVA?

https://github.com/Gregoyle/Ava_Vue_Multi_File_Fail https://github.com/Gregoyle/Ava_Vue_Multi_File_Fail/blob/master/src/components/List.vue

eddyerburgh commented 6 years ago

Looks like you've raised an issue in require-extension-hooks-vue — https://github.com/jackmellis/require-extension-hooks-vue/issues/25.

I'm closing, as this is outside the scope of this repo. Thanks for bringing this to my attention though 😀