Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Documenting the getCalls() function #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

johan-gorter
Copy link

We found out that we rely heavily on this function, but it is not documented. We use it in our codebase with code like:

mouseEnterListener = addEventListener.getCalls().find(stub => stub.args[0] === 'mouseenter')

We found out that we rely heavily on this function, but it is not documente. We use it in our codebase with code like:
`mouseEnterListener = addEventListener.getCalls().find(stub => stub.args[0] === 'mouseenter')`
Documenting the getCalls() function
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant