This repository has been archived on 2024-03-30 . You can view files and clone it, but cannot push or open issues or pull requests.
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
Description
Languages
TypeScript
100%