Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ create-defer.test.ts
File
create-defer.test.ts
packages/utils/test/src/create-defer.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createDefer } from
'../../src/create-defer'
;
2
3
describe(
'createDefer'
, () => {
4
it(
'should resolve with given value'
,
async
() => {
Callers
nothing calls this directly
Calls
4
createDefer
Function · 0.90
resolve
Method · 0.80
promise
Method · 0.80
reject
Method · 0.80
Tested by
no test coverage detected