Skip to content

Commit

Permalink
Relocate RNTester E2E wrapper script under package (#42906)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #42906

Makes way to relocate repo E2E testing + Verdaccio logic under `scripts/e2e/`. The contents of this script are minimal and are better located with `rn-tester-e2e`.

Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D53516117

fbshipit-source-id: e7e50af0383788f2219da190bf921ea93a6455eb
  • Loading branch information
huntie authored and facebook-github-bot committed Feb 7, 2024
1 parent dc38988 commit f0d1d92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rn-tester-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"directory": "packages/rn-tester-e2e"
},
"scripts": {
"test-e2e": "node ./../../scripts/e2e/run-e2e-tests.js"
"test-e2e": "node scripts/e2e/run-e2e-tests.js"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
File renamed without changes.

0 comments on commit f0d1d92

Please sign in to comment.