Skip to content
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

Bug 976127 - Automate unit tests #13

Merged
merged 1 commit into from
Apr 10, 2014
Merged

Conversation

dmose
Copy link
Collaborator

@dmose dmose commented Apr 9, 2014

Together with the corresponding PR to loop-client, this hooks up both the desktop-local and the shared unit tests to be run by

./mach marionette-test browser/components/loop/test/manifest.ini

@@ -79,7 +79,7 @@ describe("loop.panel", function() {
describe("#onCallUrlReceived", function() {
it("should update the text field with the call url", function() {
var view = new loop.panel.PanelView();
view.render();
view.render()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: missing semicolon

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

dmose pushed a commit that referenced this pull request Apr 10, 2014
Bug 976127 - Automate shared and desktop-local unit tests with marionette, r=Standard8
@dmose dmose merged commit 557a152 into loop-ui-initial Apr 10, 2014
@dmose dmose deleted the automate-unit-tests branch April 10, 2014 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants