Skip to content

Commit e9897ab

Browse files
authored
chore: Fix path in e2e test readme (#13094)
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: - [ ] If you've added code that should be tested, please add tests. - [ ] Ensure your code lints and the test suite passes (`yarn lint`) & (`yarn test`).
1 parent f61e729 commit e9897ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Test applications are completely standalone applications that can be used to ver
4343
these commands:
4444

4545
```sh
46-
cd packages/e2e-tests
46+
cd dev-packages/e2e-tests
4747

4848
# Create a new test application folder
4949
mkdir test-applications/my-new-test-application # Name of the new folder doesn't technically matter but choose something meaningful

0 commit comments

Comments
 (0)