Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vuejs/test-utils
/
Class
tests/mountingOptions/data.spec.ts:75–75 ·
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)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected