GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

FakePromiseResult

API/Type Aliases/FakePromiseResult
seyfert/lib/common/it/fake-promise.d.ts

Signature

export type FakePromiseResult<T> = {    then<R>(callback: (arg: Awaited<T>) => R): R;};

Properties

0

No properties.

Methods

1
then

Methods

then#
then<R>(callback: (arg: Awaited<T>) => R): R;