UNPKG

@iamkenos/iris

Version:

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

12 lines (8 loc) 319 B
import * as path from "path"; import type { Config as JestConfig } from "@jest/types"; const preset: Partial<JestConfig.Argv> = { testRunner: "jasmine2", verbose: true, setupFilesAfterEnv: ["jest-allure/dist/setup", path.join(__dirname, "setup-files-after-env"), "jest-extended/all"] }; export default preset;