Skip to content

Instantly share code, notes, and snippets.

@mattpocock
Created November 7, 2020 10:59
Show Gist options
  • Save mattpocock/b1c655c3efc008d44cc2401e7b1eb779 to your computer and use it in GitHub Desktop.
Save mattpocock/b1c655c3efc008d44cc2401e7b1eb779 to your computer and use it in GitHub Desktop.
describeFeature('getUsers', (getUsers) => {
getUsers.test('scenarioName', () => {});
getUsers.test('otherScenarioName', () => {});
getUsers.coverage();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment