chai icon indicating copy to clipboard operation
chai copied to clipboard

BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.

Results 128 chai issues
Sort by recently updated
recently updated
newest added

When using `expect().to.include()` - if the expected value of the `include` doesn't match the actual value - in the console it would say it expected `undefined`. ```js // Passes const...

How to make sure that the test does not stop in case of AssertionError(expect method). WDIO, Mocha, Chaijs as assetion library

Hi, now that this PR is merged in deep-eql https://github.com/chaijs/deep-eql/pull/88, I'd like to make a new release of chai so that we can fix the bug of comparison in Temporal...

Hi :) I'm facing as is the title issue. ## Env & Phenomenon I confirmed this problem happened in chai `4.2.0`, `4.6.3` and Node.js `12.x`, `14.x`, `16.x`. I do not...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Hi. We did pay attention in our tests that we cannot rely anymore on `deep.equal` when comparing objects with ObjectId() or even ObjectIds itself. Env: node v16 Mongoose version: v5...

In my contract first modifier in function check if user is contract owner. The next require check another custom business logic. In my tests I simulate transaction using connect() funtion...

Hello i have a issue with my project. I made a REST API project in express, i have dockerize all my project (the rest api in express, the database in...

In the mathematical definition of a "set", the contents of a set are known as "members". It therefore stands that an assertion named "same members" should be able to handle...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies