UNPKG

@relaycorp/webcrypto-kms

Version:

WebCrypto-compatible client for Key Management Services like GCP KMS

6 lines 213 B
import * as timing from '../lib/utils/timing'; import { mockSpy } from './jest'; export function mockSleep() { return mockSpy(jest.spyOn(timing, 'sleep'), () => undefined); } //# sourceMappingURL=timing.js.map