/** * Calling this at the top of your test file will ensure that tests fail if the browser * logs any errors or if there are any uncaught exceptions. * * @public */ export declare function failOnBrowserErrors(): void;