Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
mocha
simple, flexible, fun test framework
chai-as-promised
Extends Chai with assertions about promises.
sinon-chai
Extends Chai with assertions for the Sinon.JS mocking framework.
deep-equal-in-any-order
chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order
karma-mocha-reporter
Karma reporter with mocha style logging.
chai-string
strings comparison matchers for chai
eslint-plugin-chai-friendly
This plugin makes 'no-unused-expressions' rule friendly towards chai expect statements.
chai-exclude
Exclude keys to compare from a deep equal operation with chai expect and assert
chai-http
Extend Chai Assertion library with tests for http apis
chai-subset
Object properties matcher for Chai
deep-equal-ident
A function to test for identical deep equality (based on lodash's isEqual).
chai-json-schema
Chai plugin for JSON Schema v4
chai-json-schema-ajv
A chai plugin for validate json schema.
chai-deep-match
Extends Chai with an assertion for deeply matching objects (i.e. subset equality checking)
chai-match-pattern
Validates a deep structured JSON pattern
karma-chai
Chai for Karma
@nightwatch/chai
A forked of Chai 5 which adds Promise support in order to work with Nightwatch commands.
chai-datetime
date / time comparison matchers for chai
eslint-plugin-chai-expect
ESLint plugin that checks for common chai.js expect() mistakes