Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ asyncLock.spec.js
File
asyncLock.spec.js
packages/decap-cms-lib-util/src/__tests__/asyncLock.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ asyncLock } from
'../asyncLock'
;
2
3
jest.useFakeTimers();
4
jest.spyOn(console,
'warn'
).mockImplementation(() => {});
Callers
nothing calls this directly
Calls
1
asyncLock
Function · 0.90
Tested by
no test coverage detected