Loading CHANGES.md +11 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,17 @@ Version 1.8.6 To be released. ### @fedify/testing - Updated exports to include context creation functions. [[#382] by Colin Mitchell] - Added `createContext()` function. - Added `createInboxContext()` function. - Added `createRequestContext()` function. [#382]: https://github.com/fedify-dev/fedify/pull/382 Version 1.8.5 ------------- Loading packages/testing/src/mod.ts +5 −0 Original line number Diff line number Diff line Loading @@ -9,4 +9,9 @@ */ export { MockContext, MockFederation } from "./mock.ts"; export { createContext, createInboxContext, createRequestContext, } from "./context.ts"; export type { SentActivity } from "./mock.ts"; Loading
CHANGES.md +11 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,17 @@ Version 1.8.6 To be released. ### @fedify/testing - Updated exports to include context creation functions. [[#382] by Colin Mitchell] - Added `createContext()` function. - Added `createInboxContext()` function. - Added `createRequestContext()` function. [#382]: https://github.com/fedify-dev/fedify/pull/382 Version 1.8.5 ------------- Loading
packages/testing/src/mod.ts +5 −0 Original line number Diff line number Diff line Loading @@ -9,4 +9,9 @@ */ export { MockContext, MockFederation } from "./mock.ts"; export { createContext, createInboxContext, createRequestContext, } from "./context.ts"; export type { SentActivity } from "./mock.ts";