Skip to content

Instantly share code, notes, and snippets.

@proclaim
Created June 23, 2016 15:29
Show Gist options
  • Save proclaim/f4409a043d91a5bb53d2d5a65b55eccf to your computer and use it in GitHub Desktop.
Save proclaim/f4409a043d91a5bb53d2d5a65b55eccf to your computer and use it in GitHub Desktop.
const testCase1 = () => {
// setup variables, conditions, and other funky junkie
someAsync().then((result) => {
// assign the result and process, it'll be used later for test conditions
});
}
const testCase2 = () => { /* ... */ }
const testCase3 = () => { /* ... */ }
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment