MCPcopy Create free account
hub / github.com/vuejs/test-utils / MyComp

Class MyComp

tests/mountingOptions/data.spec.ts:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74 it('throws when used on class component', () => {
75 class MyComp extends Vue {
76 message = 'from component'
77 render() {
78 return h('div', this.message)
79 }
80 }
81
82 expect(() =>
83 mount(MyComp, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…