add unit test for imported components that are then renamed as they're used

pull/390/head
Conduitry 8 years ago
parent 8e5c7ed21e
commit d2dce30cdc

@ -0,0 +1,10 @@
<RenamedComponentOne/><RenamedComponentTwo/>
<script>
import ComponentOne from './ComponentOne.html';
import ComponentTwo from './ComponentTwo.html';
export default {
components: { RenamedComponentOne: ComponentOne, RenamedComponentTwo: ComponentTwo }
};
</script>
Loading…
Cancel
Save