UNPKG

react-ace

Version:
9 lines (7 loc) 198 B
import type {Config} from 'jest'; const config: Config = { testEnvironment: "jsdom", coverageReporters: ["html", "text", "lcov"], reporters: ["default", "summary"], }; export default config;