class TestContextOptions
A class that contains options for the test application context.
class TestContextOptions;
Notes
- These options should be set in a configuration callback passed to useTestContext.
Instance members
navigationPath
The initial navigation path on the history stack, defaults to empty string.navigationDelay
The delay (in milliseconds) after which path changes are applied, defaults to 5.throwUncaughtErrors
True (default) if uncaught errors should be thrown anyway, including async; sets global error handler.
