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
docs(module-analytics): fix broken abort and ModulesConfigurator examples in testing.md
The abort example never called controller.abort() (so copying it hangs
indefinitely) and redeclared `event` from the preceding example in the
same code block. The bespoke ModulesConfigurator example destructured
`analytics` from initialize() without a type — enableAnalytics only
registers the module at runtime, so this doesn't typecheck as written;
cast to IAnalyticsProvider, matching what the integration test does.
0 commit comments