Commit Graph

1 Commits

Author SHA1 Message Date
Jesse Jackson
36bc450fd9
feat(assert): add options parameter to AssertionError constructor (#5561)
* feat(assert): add `options` parameter to `AssertionError` constructor

* add basic tests

* simplify tests using `assertThrows`

* add example usage of options parameter

* cleanup

* use strict equality comparison in test

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-29 17:46:15 +10:00