@koliveira15/nx-sonarqube
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"main": "./src/index.js", | ||
@@ -12,0 +12,0 @@ "generators": "./generators.json", |
@@ -69,3 +69,4 @@ "use strict"; | ||
} | ||
else if (executor === '@nx/jest:jest' && ((_b = dep.testTarget.options) === null || _b === void 0 ? void 0 : _b.jestConfig)) { | ||
else if (executor === '@nx/jest:jest' && | ||
((_b = dep.testTarget.options) === null || _b === void 0 ? void 0 : _b.jestConfig)) { | ||
const jestConfigPath = dep.testTarget.options.jestConfig; | ||
@@ -82,3 +83,3 @@ const jestConfig = (0, fs_1.readFileSync)(jestConfigPath, 'utf-8'); | ||
else { | ||
devkit_1.logger.warn(`Skipping ${context.projectName} as it does not have a coverageDirectory in ${jestConfigPath}`); | ||
devkit_1.logger.warn(`Skipping ${dep.name} as it does not have a coverageDirectory in ${jestConfigPath}`); | ||
} | ||
@@ -89,3 +90,3 @@ } | ||
if (configPath === undefined) { | ||
devkit_1.logger.warn(`Skipping ${context.projectName} as we cannot find a vite config file`); | ||
devkit_1.logger.warn(`Skipping ${dep.name} as we cannot find a vite config file`); | ||
return; | ||
@@ -103,11 +104,11 @@ } | ||
else { | ||
devkit_1.logger.warn(`Skipping ${context.projectName} as it does not have a reportsDirectory in ${configPath}`); | ||
devkit_1.logger.warn(`Skipping ${dep.name} as it does not have a reportsDirectory in ${configPath}`); | ||
} | ||
} | ||
else { | ||
devkit_1.logger.warn(`Skipping ${context.projectName} as it does not have a jestConfig`); | ||
devkit_1.logger.warn(`Skipping ${dep.name} as it does not have a jestConfig`); | ||
} | ||
} | ||
else { | ||
devkit_1.logger.warn(`Skipping ${context.projectName} as it does not have a test target`); | ||
devkit_1.logger.warn(`Skipping ${dep.name} as it does not have a test target`); | ||
} | ||
@@ -114,0 +115,0 @@ }); |
Sorry, the diff of this file is not supported yet
556
33747