Skip to content

Commit 4d68463

Browse files
committed
fix link to sentry-testkit tests
1 parent 4c0d3db commit 4d68463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/best-practices/sentry-testkit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test("collect performance events", function () {
5858
});
5959
```
6060

61-
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.
61+
You may see more usage examples in the [testing section](https://github.com/zivl/sentry-testkit/tree/master/packages/sentry-testkit/__tests__) of sentry-testkit repository as well.
6262

6363
### Testkit API
6464

0 commit comments

Comments
 (0)