UNPKG

react-healthy

Version:

Incrementally check and alert your users to the health of your APIs

9 lines (7 loc) 165 B
import type {Config} from '@jest/types' // Sync object const config: Config.InitialOptions = { verbose: true, testEnvironment: 'jsdom', } export default config