You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make Fedify apps testable, Fedify should provide MockFederation and MockContext. They need to satisfy Federation and Context interfaces, and have few more properties and methods such as:
To make Fedify apps testable, Fedify should provide
MockFederation
andMockContext
. They need to satisfyFederation
andContext
interfaces, and have few more properties and methods such as:receiveActivity(activity: Activity): Promise<void>
getSentActivities(): Activity[]
clearSentActivities(): void
The text was updated successfully, but these errors were encountered: