Created
June 28, 2020 15:19
-
-
Save dagda1/c89e99a26fc131500aff3fd3a232d4f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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