Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ patchProp } from
'../src/patchProp'
2
3
const
timeout = () =>
new
Promise(r => setTimeout(r))
4
5
describe(`runtime-dom: events patching`, () => {
6
it(
'should assign event handler'
,
async
() => {
Callers
1
patchEvents.spec.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected