Unverified Commit 125bd990 authored by Hong Minhee's avatar Hong Minhee
Browse files

Merge pull request #382 from muffinista/export-context-functions

parents e56fc579 2f9d9954
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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
-------------
+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";