-
Notifications
You must be signed in to change notification settings - Fork 216
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 more watcher events #398
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.
LGTM, but add tests ;)
@stefanpenner @thoov added tests, this should be good to review now |
@stefanpenner added a test for Watcher as there doesn't seem to be one. Confused about a couple of things:
|
Ugh apvoyer failed, claims tests failed, dunno why... |
@oligriffiths Looks like the tests are failing for lint reasons. Could you fix that then LGTM! |
Will fix. Heading to a flight rn tho |
e03de92
to
ccac928
Compare
@thoov fixed tests. Ready to rock |
👏 |
In order to support the Broccoli watcher in Ember CLI ember-cli/ember-cli#8614, we need more information about the change event and some other events in order to replicate the existing Ember CLI functionality.
I added a test for Watcher as there didn't seem to be one. Plz lmk if I've done anything wrong.
Will add some tests, just wanted to get this open for now.