Files
T
Andrew Datsenko 42b94fc709 Add babel-plugin-istanbul for code covearage (#53413)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/53413

Changelog: [Internal]
Add dependency on istanbul plugin so we can collect code coverage.

Reviewed By: christophpurrer

Differential Revision: D80723825

fbshipit-source-id: bf0ac0e49e12ea1b01f72c11362019ef68e09ff9
2025-08-25 10:45:16 -07:00

18 lines
384 B
JSON

{
"name": "@react-native/fantom",
"private": true,
"version": "0.0.0",
"main": "src/index.js",
"description": "Internal integration testing and benchmarking tool for React Native",
"scripts": {
"build": "./build.sh"
},
"dependencies": {
"babel-plugin-istanbul": "^7.0.0"
},
"peerDependencies": {
"jest": "^29.7.0",
"jest-snapshot": "^29.7.0"
}
}