Skip to content

Instantly share code, notes, and snippets.

@nicolanrizzo
Created May 11, 2016 07:15
Show Gist options
  • Save nicolanrizzo/cd6d18c2a88cb3b7f225fd4b350978a9 to your computer and use it in GitHub Desktop.
Save nicolanrizzo/cd6d18c2a88cb3b7f225fd4b350978a9 to your computer and use it in GitHub Desktop.
// test/e2e/support/pages/home/home.js
'use strict';
module.exports = function home() {
return {
url: "home"
};
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment