Skip to content

Commit accce31

Browse files
committed
fix duplicate key
1 parent b1a40a9 commit accce31

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

npm/cypress-schematic/src/e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const runCommandInProject = (command: string, projectPath: string) => {
2525

2626
const cypressSchematicPackagePath = path.join(__dirname, '..')
2727

28-
const ANGULAR_PROJECTS: ProjectFixtureDir[] = ['angular-20', 'angular-21']
28+
const ANGULAR_PROJECTS: ProjectFixtureDir[] = ['angular-19', 'angular-20']
2929

3030
describe('ng add @cypress/schematic / only e2e', { timeout: 1000 * 60 * 5 }, function () {
3131
for (const project of ANGULAR_PROJECTS) {

system-tests/projects/angular-21/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"build": {
1414
"builder": "@angular/build:application",
1515
"options": {
16-
"tsConfig": "tsconfig.app.json",
1716
"browser": "src/main.ts",
1817
"tsConfig": "tsconfig.app.json",
1918
"assets": [

0 commit comments

Comments
 (0)