microsoft / rnx-kit

Modern, scalable tools. Exceptional developer experience.
https://microsoft.github.io/rnx-kit/
MIT License
1.49k stars 96 forks source link

end-to-end tests for "rnx-test" command #1294

Open afoxman opened 2 years ago

afoxman commented 2 years ago

Validate "rnx-test" on cross-platform test suite (use test-app package). Also, for non-CLI users, validate that the same package passes using Jest and the rnx-kit Jest preset.

In both scenarios, verify that snapshots work and are per-platform.

kelset commented 1 year ago

update: all that's missing is the snapshot part at this point in time