UNPKG

@iamkenos/iris

Version:

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

14 lines (13 loc) 291 B
{ "compilerOptions": { "baseUrl": "./", "esModuleInterop": true, "resolveJsonModule": true, "types": ["node", "@types/jest"], "paths": { "@specs": ["specs/index"] } }, "files": ["node_modules/jest-extended/types/index.d.ts"], "include": ["./**/*.ts"] }