Documentation

type ExpectNavOptions

Options to be used with expectNavAsync().

type ExpectNavOptions = {
path?: string;
timeout?: number;
};

Instance members