Skip to content

Commit c54ba09

Browse files
rubennortefacebook-github-bot
authored andcommitted
Add package.json script to run Fantom tests (#48144)
Summary: Pull Request resolved: #48144 Changelog: [internal] Adds package.json script to run Fantom tests: ``` yarn fantom ``` NOTE: At the moment, this only works on Meta's infra. We're working on making this available in OSS/Github CI. Reviewed By: javache Differential Revision: D66874962 fbshipit-source-id: d9746428b618a31ce0bf96c3233828cdba501dd6
1 parent 81fbd18 commit c54ba09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"test-typescript-offline": "dtslint --localTs node_modules/typescript/lib packages/react-native/types",
3232
"test-typescript": "dtslint packages/react-native/types",
3333
"test": "jest",
34+
"fantom": "JS_DIR='..' yarn jest --config packages/react-native-fantom/config/jest.config.js",
3435
"trigger-react-native-release": "node ./scripts/releases-local/trigger-react-native-release.js",
3536
"update-lock": "npx yarn-deduplicate"
3637
},

0 commit comments

Comments
 (0)