Added new toHaveClasses matcher; tests included

This commit is contained in:
Alex Yorkovich
2024-12-04 12:19:28 -06:00
parent 483d4ab3c3
commit 1805337424
4 changed files with 99 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ getJasmineRequireObj().requireMatchers = function(jRequire, j$) {
'toHaveBeenCalledTimes',
'toHaveBeenCalledWith',
'toHaveClass',
'toHaveClasses',
'toHaveSpyInteractions',
'toMatch',
'toThrow',