Joshua Tjhin
Joshua Tjhin
### Clear and concise description of the problem Support running tests on save ### Suggested solution The equivalent of this config from vscode-jest ``` "jest.runMode": { "type": "on-save", "testFileOnly": true,...
## Is your feature request related to a problem? In the [PostHog React docs](https://posthog.com/docs/libraries/react), it mentions you must use the PostHog provided client However, looking at [PostHogProvider](https://github.com/PostHog/posthog-js/blob/main/packages/react/src/context/PostHogProvider.tsx) and [usePostHog](https://github.com/PostHog/posthog-js/blob/main/packages/react/src/hooks/usePostHog.ts), all...