mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
14 lines
259 B
JavaScript
14 lines
259 B
JavaScript
const { configForReact } = require("@k8slens/jest").monorepoPackageConfig(__dirname);
|
|
|
|
module.exports = {
|
|
...configForReact,
|
|
coverageThreshold: {
|
|
global: {
|
|
statements: 84,
|
|
branches: 67,
|
|
lines: 84,
|
|
functions: 92,
|
|
},
|
|
},
|
|
};
|