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

pull/7738/head
Conduitry 9 years ago
parent 300e7f19c4
commit 3e0063fb64

@ -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