Skip to content

Instantly share code, notes, and snippets.

@SebDuf
Created July 18, 2019 20:13
Show Gist options
  • Save SebDuf/2c8035ed96e71117e9e95ce72d96fc1f to your computer and use it in GitHub Desktop.
Save SebDuf/2c8035ed96e71117e9e95ce72d96fc1f to your computer and use it in GitHub Desktop.
export function testId(id: string) {
return `[data-testid="${id}"]`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment