UNPKG

@push.rocks/smartexpect

Version:

A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.

6 lines (5 loc) 220 B
import * as smartdelay from '@push.rocks/smartdelay'; import * as smartpromise from '@push.rocks/smartpromise'; export { smartdelay, smartpromise }; import fastDeepEqual from 'fast-deep-equal'; export { fastDeepEqual };