-
Notifications
You must be signed in to change notification settings - Fork 363
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎩 👍 - will re-review once you push changes for Circle CI.
globals: { | ||
slate: {} | ||
}, | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline
Looks like CircleCI will call |
Actually I'll need to change |
just wanted to point out that, even though this is a super basic file, these are good tests 👍 Stick to testing the results of interactions with the interface methods. Focus on inputs & outputs - don't bother exposing or testing private methods directly - test them inferentially through expectations on the interface. You guys are on the right path here, keep it up 👏 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What are you trying to accomplish with this PR?
Fixes #180
For maintainers:
package.json
version in a separate PR, if applicable.