UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

9 lines (7 loc) 294 B
import { TestContext } from "./test-context"; import * as auth0 from "../../index"; import { configureFetchMock } from "./fetch-mock"; export async function actionTestSetup(testContext: TestContext) { const fetchMock = await configureFetchMock(testContext); return { fetchMock, auth0 }; }