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/README.md
2018-02-27 22:54:38 +01:00

2.1 KiB

smartchai

chai + chai-as-promised + chai-string for TypeScript

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

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

repo-footer