-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add basic functionality for heat behavior #67
Conversation
Super! |
8f93315
to
a220641
Compare
Done with regard to #65 |
This looks good. Once you are done with the tests we can merge this. |
I cannot find a decent way to test this behaviour, help me.
…On Fri 11 Aug, 2017, 4:39 PM Ananyo Maiti, ***@***.***> wrote:
This looks good. Once you are done with the tests we can merge this.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMg3MqfVdtAczP7_ELOI6DrbtkZy8z7xks5sXDZRgaJpZM4Oz0qt>
.
|
With respect to the promise written in #66 just make a method that will mock the execution of the process and make the promise reject or resolve. |
Cleverly done! |
This is a really good self-contained example of an entire behavior -- maybe we should link to this from the README as an example of everything you need to add a behavior? |
@jywarren Sure, I will do that right now. |
We need to merge #66 first though.