microsoft / react-native-gallery

This repo contains the react-native Gallery app created by Microsoft
MIT License
149 stars 44 forks source link

Updating test snapshots has differences in `timeZoneOffsetInSeconds` between local test and CI tests #441

Open chrisglein opened 5 months ago

chrisglein commented 5 months ago

This means you manually have to revert the timeZoneOffsetInSeconds line from any local run of yarn test:update. We should exclude this single property from the snapshots using the jest functionality for that.