-
Chai v5 was released in December 2023. It would be great if chai-datetime could be compatible.
Currently if you upgrade chai to v5 you get
```
TypeError: Cannot read properties of undefined (read…
-
This ticket is a list of tests that fail in GitHub Actions occasionally. We need to investigate if they can be fixed, or skipped.
## Unit tests
### Chrome
```
packages/date-picker/test/keybo…
-
# 🐛 bug report
## Description of the problem
When loading external script, some global window properties should be added.
Specifically, after loading 'mocha' and 'chai' scripts, the following pro…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
`chai-properties` module is using the lodash's older version which is having vulnerability issue.
I tried raising a PR for the same. But I don't have access to create a branch in this repo.
Can …
-
Can't import chai for assertions
after sending request
```GET /get HTTP/1.1
Host: postman-echo.com
{{
const assert = require("chai").assert
, foo = 'bar'
, beverages = { te…
-
The biggest reason to use factories instead of fixtures is that the properties are not static, so your tests aren't depending on static "magic" values. [This article](https://semaphoreci.com/blog/2014…
-
Hi,
Thanks for this very nice chai plugin! IMHO, this functionality so useful, it should be integrated into the chai proper.
But here is the issue I've ran into this issue when using it. Currently, …
-
As raised in chaijs/chai-http#310, the move to ESM actually had another breaking change we didn't catch
in the past, you could do something like this:
```ts
const chai = require('chai');
cha…
-
### Current behavior
Cypress chained assertion loss custom flags defined with chai utils.flag().
Those flags are essential to use chained overwritten method and properties in chai.
### Desired …