Skip to content

Instantly share code, notes, and snippets.

@LeonardoFassini
Created September 22, 2020 21:13
Show Gist options
  • Save LeonardoFassini/8bd873041f4761b78309292e7628eb34 to your computer and use it in GitHub Desktop.
Save LeonardoFassini/8bd873041f4761b78309292e7628eb34 to your computer and use it in GitHub Desktop.
// use
And('There should be a conversation history with the feedback {string}', (feedback: string) => {})
// instead of
And(/There should be a conversation history with the feedback {string}/, (feedback: string) => {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment