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

Class

tests/setData.spec.ts:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 it('should retain prototype methods for constructed objects when calling setData', async () => {
201 const expectedResult = 'success!'
202 class TestClass {
203 constructor(readonly name: string) {}
204 getResult(): string {
205 return expectedResult

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected