Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created June 28, 2020 15:19
Show Gist options
  • Save dagda1/c89e99a26fc131500aff3fd3a232d4f7 to your computer and use it in GitHub Desktop.
Save dagda1/c89e99a26fc131500aff3fd3a232d4f7 to your computer and use it in GitHub Desktop.
feature.children = e
.flatMap(el => (notNothing(el.pickle) ? [el.pickle] : []))
.flatMap(pickle => {
let scenario = testBuilder(`scenario: ${pickle.name}`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment