type TestContext
Type definition for the global app context with test-specific render and activity contexts, set by the useTestContext function.
type TestContext = GlobalContext & { renderer: TestRenderer; activities: ActivityContext & { navigationController: TestNavigationController; }; }