This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
13.1.0
New
- Now all zero argument assertions throw
TypeError
in case any argument passed to them. - Aliased
.fulfill
/.fulfilledWith
to.resolve
/.resolvedWith
Fixes
- TS definition fixed to allow such imports:
import should from 'should';