Searched refs:TimeoutError (Results 1 – 2 of 2) sorted by relevance
6 import { mountAndWaitFor, mountAndWaitForWithTimeout, TimeoutError } from './helpers';47 if (!(e instanceof TimeoutError)) {68 if (!(e instanceof TimeoutError)) {
41 export class TimeoutError extends Error { class53 reject(new TimeoutError(`mountAndWaitFor did not resolve after ${timeout} ms.`));60 TimeoutError,