Merge branch 'master' into feat/to-have-been-called-once-with

This commit is contained in:
Maksym Kobieliev
2020-04-14 22:08:13 +03:00
106 changed files with 3739 additions and 1146 deletions

View File

@@ -20,6 +20,7 @@ getJasmineRequireObj().requireMatchers = function(jRequire, j$) {
'toBeUndefined',
'toContain',
'toEqual',
'toHaveSize',
'toHaveBeenCalled',
'toHaveBeenCalledBefore',
'toHaveBeenCalledOnceWith',