chai-promised
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published
Promises/A+ logo

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);

Package Sidebar

Install

npm i chai-promised

Weekly Downloads

175

Version

1.0.6

License

WTFPL

Unpacked Size

43.4 kB

Total Files

4

Last publish

Collaborators

  • ramanarupa.das