Files
zk-kit/jest.config.json
cedoor 4db6f98e4d style: reformat code with prettier
Former-commit-id: 571fd223b9bb482499a7a63bf94a983f86232f03 [formerly 6cda3fc885]
Former-commit-id: e25bf201624e9b82a67c826cee9d2f3db6a193af
2021-10-21 11:29:33 +02:00

12 lines
182 B
JSON

{
"projects": ["<rootDir>/packages/*"],
"coverageThreshold": {
"global": {
"branches": 30,
"functions": 30,
"lines": 30,
"statements": 30
}
}
}