expo / vscode-expo

Expo Tools keep you productive with debugging, IntelliSense, and prebuild previews
https://marketplace.visualstudio.com/items?itemName=expo.vscode-expo-tools
MIT License
433 stars 11 forks source link

refactor: upgrade jest to 29 #156

Closed byCedric closed 1 year ago

byCedric commented 1 year ago

Linked issue

Upgrade to the latest Jest version (29). Since we are running Jest inside a non-standard environment, all changes (especially the snapshots) need to be verified before recreating them.

byCedric commented 1 year ago

Superseded by the move to Mocha.