2.0 KiB
2.0 KiB
smartchai
chai + chai-as-promised + chai-string for TypeScript
Availabililty
Status for master
Usage
Use TypeScript for best in class instellisense.
import { expect } from 'smartchai';
expect(new Error('hi')).to.be.instanceOf(Error);
For further information read the linked docs at the top of this README.
MIT licensed | © Lossless GmbH