1.0.3 • Published 15 days ago

chai-promised v1.0.3

Weekly downloads
-
License
WTFPL
Repository
github
Last release
15 days 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
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

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

chai.use(chaiAsPromised);
1.0.3

15 days ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago