UNPKG

@hygiene/core

Version:

Keep your TODOs and FIXMEs healthy

8 lines (6 loc) 176 B
const base = require("../../jest.config.base"); module.exports = { ...base, collectCoverageFrom: ["src/**/*.{ts,tsx}"], testMatch: ["**/__tests__/**/*.+(ts|tsx|js)"] };