Skip to content

Commit

Permalink
chore: Fix path in e2e test readme (#13094)
Browse files Browse the repository at this point in the history
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`).
  • Loading branch information
AbhiPrasad authored Jul 30, 2024
1 parent f61e729 commit e9897ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-packages/e2e-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Test applications are completely standalone applications that can be used to ver
these commands:

```sh
cd packages/e2e-tests
cd dev-packages/e2e-tests

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

0 comments on commit e9897ab

Please sign in to comment.