1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/utility-features/run-many/jest.config.js
Janne Savolainen 56d3af3439
Remove check for coverage in packages which are not ready for it
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-03-21 09:28:21 +02:00

4 lines
152 B
JavaScript

const config = require("@k8slens/jest").monorepoPackageConfig(__dirname).configForReact;
module.exports = { ...config, coverageThreshold: undefined };