UNPKG

@iamkenos/iris

Version:

Test API endpoints with Axios & Jest using a collection of custom matchers and built-in utility functions.

9 lines (6 loc) 284 B
import { configure } from "@iamkenos/iris/config"; import { pathsToModuleNameMapper as tspaths } from "ts-jest"; import { compilerOptions as options } from "./tsconfig.json"; export default configure({ moduleNameMapper: tspaths(options.paths, { prefix: "<rootDir>" }) as any, });