Created
September 22, 2020 21:13
-
-
Save LeonardoFassini/8bd873041f4761b78309292e7628eb34 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
// 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