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

refactor: coordinates. Auction PR: 2nd #626

Merged
merged 5 commits into from
Nov 7, 2018
Merged

Conversation

nicosantangelo
Copy link
Contributor

@nicosantangelo nicosantangelo commented Oct 30, 2018

Pretty big refactor removing duplications over the coordinates management. It doesn't add any new features

It continues #625 , will rebase after that.

describe('.validateCoordinate', function() {
it('should throw if the supplied coordinates are invalid', function() {
expect(() => coordinates.validateCoordinate('a,b')).to.throw(
'The coordinate "a,b" are not valid'
Copy link
Member

Choose a reason for hiding this comment

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

s/are not/is not

@nicosantangelo nicosantangelo force-pushed the refactor/coordinates branch 3 times, most recently from d08f90e to 5a867d9 Compare October 31, 2018 13:54
This was referenced Nov 1, 2018
@nicosantangelo nicosantangelo changed the title refactor: coordinates refactor: coordinates. Auction PR: 2nd Nov 5, 2018
Copy link
Contributor

@nachomazzara nachomazzara left a comment

Choose a reason for hiding this comment

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

Excellent work!!!!

@nachomazzara nachomazzara merged commit 84b3a6d into master Nov 7, 2018
@nachomazzara nachomazzara deleted the refactor/coordinates branch November 7, 2018 15:15
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