BREAKING CHANGE(docs): Update documentation and examples to unify async and sync assertions, add custom matcher guides, and update package configuration
This commit is contained in:
7
ts/plugins.ts
Normal file
7
ts/plugins.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
export { smartdelay, smartpromise };
|
||||
|
||||
// third party utilities
|
||||
import fastDeepEqual from 'fast-deep-equal';
|
||||
export { fastDeepEqual };
|
Reference in New Issue
Block a user