-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
On the master branch, the tests yield:
> [email protected] test
> npm run test:e2e && npm run test:typescript
> [email protected] test:e2e
> ./test/e2e/compare.sh
51,52c51
< "operator": "strictEqual",
< "diff": "simple"
---
> "operator": "strictEqual"
This is due to an intentional change in node 24.6: nodejs/node#58253
I'm working on a PR.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working