-
Type: Build Failure
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
What problem are you facing?
in recent js-bson BSONTypeError got removed. However there are still tests using them.
What driver and relevant dependency versions are you using?
js-bson - most recent version in main
Steps to reproduce?
- run all tests
- bigint_tests, uuid_tests, object_id_tests are just apssing 'fine'
- however the intended check on the former BSONTypeError is not implemented. As BSON.BSONTypeError is undefined the tests are just checking if any error is thrown (aka the .to.throw(undefined) case)