UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

7 lines 286 B
import { TestContext } from "./test-context"; import * as auth0 from "../../index"; export declare function actionTestSetup(testContext: TestContext): Promise<{ fetchMock: import("fetch-mock").default.FetchMockStatic; auth0: typeof auth0; }>; //# sourceMappingURL=index.d.ts.map