Skip to main content
Module

x/rambda/delay.spec.js

Faster and smaller alternative to Ramda
Go to Latest
File
import { DELAY, delay } from './delay'
test('usage with variables', async () => { expect(await delay(500)).toBe(DELAY)})