MCPcopy
hub / github.com/vuejs/core / expectString

Function expectString

packages-private/dts-test/defineComponent.test-d.tsx:2193–2193  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

2191
2192const instance = new Comp()
2193function expectString(s: string) {}
2194// instance prop with default should be non-null
2195expectString(instance.actionText)
2196

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected