UNPKG
@hygiene/cli
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Keep your TODOs and FIXMEs healthy
github.com/Leko/hygiene
Leko/hygiene
@hygiene/cli
/
jest.config.js
8 lines
(6 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
base
= require(
"../../jest.config.base"
); module.exports = { ...
base
, collectCoverageFrom: [
"src/**/*.{ts,tsx}"
], testMatch: [
"**/__tests__/**/*.+(ts|tsx|js)"
] };