You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contextualizeCallbacks memoizes anything I add in the moduleForComponent block and ignores arguments, so this.fooBar(2) returns the result from this.fooBar(1).
The text was updated successfully, but these errors were encountered:
I want to write instance-level helper methods on a test class like so:
contextualizeCallbacks
memoizes anything I add in themoduleForComponent
block and ignores arguments, sothis.fooBar(2)
returns the result fromthis.fooBar(1)
.The text was updated successfully, but these errors were encountered: