Skip to content

Commit

Permalink
(javascript): fix testkit broken link (#10917)
Browse files Browse the repository at this point in the history
Found a broken link in the Sentry Testkit page.
  • Loading branch information
nikolovlazar committed Jul 31, 2024
1 parent 91ef533 commit b660660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test("collect performance events", function () {
});
```

You may see more usage examples in the [testing section](https://github.com/zivl/sentry-testkit/tree/master/test) of sentry-testkit repository as well.
You may see more usage examples in the [testing section](https://github.com/zivl/sentry-testkit/tree/master/__tests__) of sentry-testkit repository as well.

### Testkit API

Expand Down

0 comments on commit b660660

Please sign in to comment.