UNPKG

@clickup/rest-client

Version:

A syntax sugar tool around Node fetch() API, tailored to work with TypeScript and response validators

14 lines (13 loc) 273 B
"use strict"; module.exports = { roots: ["<rootDir>/src"], testMatch: ["**/*.test.ts"], clearMocks: true, restoreMocks: true, ...(process.env.IN_JEST_PROJECT ? {} : { forceExit: true, testTimeout: 30000 }), transform: { "\\.ts$": "ts-jest", }, };