1.0.7 • Published 11 months ago

chai-promised v1.0.7

Weekly downloads
-
License
WTFPL
Repository
github
Last release
11 months ago

Chai Assertions for Promises

Dynamic JSON Badge Dynamic JSON Badge Dynamic JSON Badge pnpm

It is a fork of Chai as Promised for supporting Chai >= 5.x and typescript.
Please see documentation at chai-as-promised

Installation

npm uninstall @types/chai-as-promised chai-as-promised --save-dev --force
npm install chai-promised --save-dev

Usage

This library was developed primarily to support the development of unit tests using typescript.

import { chaiAsPromised } from 'chai-promised';
import * as chai from 'chai';

chai.use(chaiAsPromised);
1.0.7

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago