NextJS Compiler - reactRemoveProperties
Match Test Properties
This regular expression is used on next.config.js and is used to remove test attributes from the production build.
It filters any data attributes that starts with 'test', 'cy' or 'jest'.
...
Submitted by Patrick Fantato <patrick@madebyon.com> - 2 years ago