You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: completely remove chai and fix type errors (#7144)
* test: fix env type errors
Environment variables may only be of type string or undefined.
* test: remove all chai related code
Instead, the code is now using Node.js assert or a native testing
library available by a test runner.
* test: fix opentracing tests
This uses a hack to keep them supported, since they use chai. To do so,
a fake chai is introduced when loading that test file.
* test: remove unused deepInclude test helper
It was not used for a while and could be replaced with the more
generic partial deep strict equal helper.
0 commit comments