react-native
react-native copied to clipboard
untrack test reports generated by test libraries (reporters)
Summary
- Untrack Test Reports generated by test libraries (reporters E.g.
jest-junit) - E.g.
/reports/junit/js-test-results.xmlreport is generated; when we execyarn test-ci, which is shouldn't be tracked
NOTE: Used [skip ci] to avoid wastage of compute resources 🤗🌏
- Feel free to init tests manually if you find it necessary
Changelog
[GENERAL] [CHANGED] - Untrack Test Reports generated by test libraries (reporters E.g. jest-junit)
Test Plan
yarn test-ci

NOTE: I've used [skip ci] to avoid wastage of compute resources 🤗🌏
Feel free to init tests manually if you find it necessary
@sshic has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@sshic anything else needs to be changed ?