Skip to content

Instantly share code, notes, and snippets.

@scriptschat
Created May 25, 2020 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scriptschat/070db9a03a7698990b0f73b479b24679 to your computer and use it in GitHub Desktop.
Save scriptschat/070db9a03a7698990b0f73b479b24679 to your computer and use it in GitHub Desktop.
plugins: [
[ "babel-plugin-jsx-remove-data-test-id",
{ attributes: [
"data-test-id", "selenium-id", "another-attr-to-be-stripped"
]
}
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment