chaijs / chai

BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
https://chaijs.github.io
MIT License
8.11k stars 694 forks source link

Re-enable some webkit tests #1580

Closed koddsson closed 7 months ago

koddsson commented 7 months ago

These should be all fixed in webkit now. We disabled safari in CI because of some stacktrace issues but I ran the tests locally on Safari since the tests aren't running in CI and there wasn't a increase in failures.

Before: Finished running tests in 1.4s with 24 failed tests. After: Finished running tests in 5.3s with 24 failed tests.