MCPcopy Create free account
hub / github.com/DTStack/molecule / sleep

Function sleep

test/utils.ts:49–52  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

47}
48
49export const sleep = (ms) =>
50 new Promise((resolve) => {
51 setTimeout(resolve, ms);
52 });
53
54type DragOptionsType = {
55 to?: {

Callers 8

menubar.test.tsxFile · 0.90
workbench.test.tsxFile · 0.90
index.test.tsxFile · 0.90
index.test.tsxFile · 0.90
tree.test.tsxFile · 0.90
folderTree.test.tsFile · 0.90
setting.test.tsFile · 0.90
dragFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected