Skip to content

Instantly share code, notes, and snippets.

View adrianstainforth's full-sized avatar

Adrian Stainforth adrianstainforth

View GitHub Profile
sinonMatchers = {}
sinonToJasmineMap =
'called': 'toHaveBeenCalled'
'calledOnce': 'toHaveBeenCalledOnce'
'calledTwice': 'toHaveBeenCalledTwice'
'calledThrice': 'toHaveBeenCalledThrice'
'calledBefore': 'toHaveBeenCalledBefore'
'calledAfter': 'toHaveBeenCalledAfter'
'calledOn': 'toHaveBeenCalledOn'
'alwaysCalledOn': 'toHaveBeenAlwaysCalledOn'