mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
15 lines
420 B
JSON
15 lines
420 B
JSON
{
|
|
"name": "@testing-library/react-native-v14-async-functions",
|
|
"version": "1.0.0",
|
|
"description": "Codemod to migrate render() calls to await render() for RNTL v14",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "yarn dlx codemod@latest jssg test -l tsx ./scripts/codemod.ts",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@codemod.com/jssg-types": "^1.3.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|