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.
Go to file
2023-07-11 00:21:31 +02:00
dist format 2018-02-27 22:54:38 +01:00
test revert to chai 2018-02-27 22:38:40 +01:00
ts format 2018-02-27 22:54:38 +01:00
.gitignore initial 2017-01-20 23:33:24 +01:00
.gitlab-ci.yml update ci and switch to code 2017-10-09 16:43:31 +02:00
npmextra.json switch to new org scheme 2023-07-10 02:42:29 +02:00
package-lock.json 2.0.2 2018-02-27 22:54:42 +01:00
package.json 2.0.2 2018-02-27 22:54:42 +01:00
pnpm-lock.yaml switch to new org scheme 2023-07-11 00:21:31 +02:00
README.md format 2018-02-27 22:54:38 +01:00

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