Add .toBeNullish matcher

This commit is contained in:
Matt McCherry
2024-12-02 07:52:11 +00:00
parent 483d4ab3c3
commit 26dfa6d257
3 changed files with 41 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ getJasmineRequireObj().requireMatchers = function(jRequire, j$) {
'toBeTrue',
'toBeTruthy',
'toBeUndefined',
'toBeNullish',
'toContain',
'toEqual',
'toHaveSize',