Skip to content

Commit

Permalink
fix(core): update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Jun 26, 2024
1 parent f3544c5 commit 0cc2020
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions packages/cypress/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ describe('@nx/cypress/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "e2e-ci",
"description": "Runs Cypress Tests",
"technologies": [
"cypress",
Expand Down Expand Up @@ -273,7 +272,6 @@ describe('@nx/cypress/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "e2e-ci",
"description": "Runs Cypress Tests",
"technologies": [
"cypress",
Expand Down
1 change: 0 additions & 1 deletion packages/cypress/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ async function buildCypressTargets(
metadata: {
technologies: ['cypress'],
description: 'Runs Cypress Tests',
atomizedTarget: options.ciTargetName,
},
};

Expand Down
4 changes: 0 additions & 4 deletions packages/jest/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": undefined,
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down Expand Up @@ -151,7 +150,6 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "test-ci",
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down Expand Up @@ -262,7 +260,6 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": undefined,
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down Expand Up @@ -332,7 +329,6 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": undefined,
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down
1 change: 0 additions & 1 deletion packages/jest/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ async function buildJestTargets(
metadata: {
technologies: ['jest'],
description: 'Run Jest Tests',
atomizedTarget: options.ciTargetName,
},
});

Expand Down
1 change: 0 additions & 1 deletion packages/nx/src/config/workspace-json-project-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export interface TargetMetadata {
description?: string;
technologies?: string[];
nonAtomizedTarget?: string;
atomizedTarget?: string;
}

export interface TargetDependencyConfig {
Expand Down
2 changes: 0 additions & 2 deletions packages/playwright/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "e2e-ci",
"description": "Runs Playwright Tests",
"technologies": [
"playwright",
Expand Down Expand Up @@ -163,7 +162,6 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "e2e-ci",
"description": "Runs Playwright Tests",
"technologies": [
"playwright",
Expand Down
1 change: 0 additions & 1 deletion packages/playwright/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ async function buildPlaywrightTargets(
metadata: {
technologies: ['playwright'],
description: 'Runs Playwright Tests',
atomizedTarget: options.ciTargetName,
},
};

Expand Down

0 comments on commit 0cc2020

Please sign in to comment.