Add a toHaveBeenCalledOnceWith matcher

This commit is contained in:
Maksym Kobieliev
2020-03-13 20:41:24 +02:00
parent 83b336d9d1
commit e13fd13529
4 changed files with 162 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ getJasmineRequireObj().requireMatchers = function(jRequire, j$) {
'toEqual',
'toHaveBeenCalled',
'toHaveBeenCalledBefore',
'toHaveBeenCalledOnceWith',
'toHaveBeenCalledTimes',
'toHaveBeenCalledWith',
'toHaveClass',