mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a4a2c2867a
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48095 Changelog: [Internal] Add `jest-snapshot` `v29.7.0` Reviewed By: christophpurrer Differential Revision: D66714069 fbshipit-source-id: 783584519e95b337d36c4a00610bcd970a041d4d
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"name": "@react-native/fantom",
|
|
"private": true,
|
|
"version": "0.77.0-main",
|
|
"main": "src/index.js",
|
|
"description": "Internal integration testing and benchmarking tool for React Native",
|
|
"peerDependencies":{
|
|
"jest":"^29.7.0",
|
|
"jest-snapshot": "^29.7.0"
|
|
}
|
|
}
|