Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dvajs/dva
/ delay
Function
delay
packages/dva-core/test/effects.test.js:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
{ create } from
'../src/index'
;
3
4
const
delay = timeout =>
new
Promise(resolve => setTimeout(resolve, timeout));
5
6
describe(
'effects'
, () => {
7
it(
'put action'
, done => {
Callers
1
addRemote
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected