Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix failing test #587

Merged
merged 2 commits into from
Dec 9, 2016
Merged

Fix failing test #587

merged 2 commits into from
Dec 9, 2016

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Dec 8, 2016

For some reason, update webpack causes the promise to no longer
complete by the next tick. Change the test to not depend on how
fast the promise goes through.

For some reason, update webpack causes the promise to no longer
complete by the next tick. Change the test to not depend on how
fast the promise goes through.
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

lgtm apart from tiny style nit

peg.get().joinRoom = function(x) {
expect(x).toEqual('#alias:ser.ver');
done();
}
Copy link
Member

Choose a reason for hiding this comment

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

Needs a ;

@richvdh richvdh assigned dbkr and unassigned richvdh Dec 9, 2016
@dbkr dbkr merged commit 6a017ba into develop Dec 9, 2016
@dbkr dbkr deleted the dbkr/fix_test_fail branch December 14, 2016 18:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants