Searched refs:replyData (Results 1 – 3 of 3) sorted by relevance
117 reply (replyData) { argument120 if (typeof replyData === 'function') {126 const resolvedData = replyData(opts)
161 const replyData = typeof data === 'function' ? { callback: data } : { ...data }162 …const newMockDispatch = { ...baseData, ...key, pending: true, data: { error: null, ...replyData } }
66 …replyData: string | Buffer | object | MockInterceptor.MockResponseDataHandler, responseOptions?: M…