update README
This commit is contained in:
parent
8f3195db53
commit
d977ffb77c
@ -21,6 +21,13 @@ chai + chai-as-promised + chai-string for TypeScript
|
|||||||
## Usage
|
## Usage
|
||||||
Use TypeScript for best in class instellisense.
|
Use TypeScript for best in class instellisense.
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
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.
|
For further information read the linked docs at the top of this README.
|
||||||
|
|
||||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||||
|
Reference in New Issue
Block a user