Skip to content

Instantly share code, notes, and snippets.

@martinsson
Created April 15, 2018 22:22
Show Gist options
  • Save martinsson/55134f37ae182aefef1b46ed29fa4599 to your computer and use it in GitHub Desktop.
Save martinsson/55134f37ae182aefef1b46ed29fa4599 to your computer and use it in GitHub Desktop.
function hardToTest() {
let data = callToDependency()
//
// pure logic
// pure logic
// pure logic
//
let dataOther = callToDependency2(result)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment