Commit 2f9d9954 authored by Colin Mitchell's avatar Colin Mitchell Committed by Hong Minhee (洪 民憙)
Browse files

Export context testing functions

parent e56fc579
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -9,6 +9,13 @@ Version 1.8.6
To be released.


### @fedify/testing

 -  Updated exports to include context creation functions.
    [[#382] by muffinista]

[#382]: https://github.com/fedify-dev/fedify/pull/382

Version 1.8.5
-------------

+5 −0
Original line number Diff line number Diff line
@@ -9,4 +9,9 @@
 */

export { MockContext, MockFederation } from "./mock.ts";
export {
  createContext,
  createInboxContext,
  createRequestContext,
} from "./context.ts";
export type { SentActivity } from "./mock.ts";