Running the test case for generateLocationMessage

I'm going to rerun the test suite over inside the Terminal, and everything should work as expected:

And that's it for this one! We have geolocation all set up, we have our link rendered, we are in great shape to continue on. I'm going to go ahead and add a commit over inside the Terminal. I'm going to run the clear command to clear the Terminal output, then we'll run git status to see all our changed files and we can use git commit with the -am flag to add a message for this one, Add geolocation support via geolocation api:

git commit -am 'Add geolocation support via geolocation api'

I'm going ...

Get Advanced Node.js Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.