diff --git a/packages/twenty-front/nyc.config.cjs b/packages/twenty-front/nyc.config.cjs index 121a6b216a..5afd740ac9 100644 --- a/packages/twenty-front/nyc.config.cjs +++ b/packages/twenty-front/nyc.config.cjs @@ -6,9 +6,9 @@ const globalCoverage = { }; const modulesCoverage = { - statements: 75, - lines: 75, - functions: 70, + statements: 70, + lines: 70, + functions: 65, include: ['src/modules/**/*'], exclude: ['src/**/*.ts'], }; diff --git a/packages/twenty-server/package.json b/packages/twenty-server/package.json index 179425aee5..87e5f30602 100644 --- a/packages/twenty-server/package.json +++ b/packages/twenty-server/package.json @@ -23,6 +23,7 @@ "cache-manager-redis-yet": "^4.1.2", "class-validator": "patch:class-validator@0.14.0#./patches/class-validator+0.14.0.patch", "graphql-middleware": "^6.1.35", + "jsdom": "~22.1.0", "jwt-decode": "^4.0.0", "lodash.differencewith": "^4.5.0", "lodash.uniq": "^4.5.0", diff --git a/yarn.lock b/yarn.lock index aa10f0542d..9a8c500efb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -45780,6 +45780,7 @@ __metadata: cache-manager-redis-yet: "npm:^4.1.2" class-validator: "patch:class-validator@0.14.0#./patches/class-validator+0.14.0.patch" graphql-middleware: "npm:^6.1.35" + jsdom: "npm:~22.1.0" jwt-decode: "npm:^4.0.0" lodash.differencewith: "npm:^4.5.0" lodash.uniq: "npm:^4.5.0"