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

Function timeout

packages/runtime-dom/__tests__/patchEvents.spec.ts:3–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { patchProp } from '../src/patchProp'
2
3const timeout = () => new Promise(r => setTimeout(r))
4
5describe(`runtime-dom: events patching`, () => {
6 it('should assign event handler', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected