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
I'm using es6-promise.auto.js to provide a shim when testing with PhantomJS. It wasn't obvious which method of mocking applied to me, and as for the built-in Promise, it was unclear that it's up to me to "hot swap" the constructor.
I'm using
es6-promise.auto.js
to provide a shim when testing with PhantomJS. It wasn't obvious which method of mocking applied to me, and as for the built-in Promise, it was unclear that it's up to me to "hot swap" the constructor.Right now I'm doing
Calling this example out would help a newbie like me :)
The text was updated successfully, but these errors were encountered: