Skip to content

Instantly share code, notes, and snippets.

@lightsofapollo
Last active December 20, 2015 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lightsofapollo/6107490 to your computer and use it in GitHub Desktop.
Save lightsofapollo/6107490 to your computer and use it in GitHub Desktop.
suite('xx', function() {
var clientA = marionette.client({ /* profileOptions */ }, Driver);
var clientB = marionette.client({ /* profileOptions */ }, Driver);
test('test my thing', function() {
clientA.goUrl();
clientB.goUrl();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment