You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix test failures and lint errors in feature flag tests
- Fix typo: PostHogSDK.testIntance -> PostHogSDK.testInstance
- Add type annotation for nil anonymousId parameter
- Update tests to use PostHogSDK.with(config) for SDK-level methods
- Add identify() calls to enable person processing in tests
- Update reset test to check for removal of custom properties
- Fix trailing whitespace lint errors
Fixes test failures that were introduced when tests were updated to use
new person and group properties methods.
0 commit comments