Skip to content

Commit c5da162

Browse files
committed
remove angular 20 canary test (in favour of ng21)
1 parent dcfeac7 commit c5da162

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • dev-packages/e2e-tests/test-applications/angular-20

dev-packages/e2e-tests/test-applications/angular-20/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"watch": "ng build --watch --configuration development",
1111
"test": "playwright test",
1212
"test:build": "pnpm install && pnpm build",
13-
"test:build-canary": "pnpm install && pnpm add @angular/animations@next @angular/common@next @angular/compiler@next @angular/core@next @angular/forms@next @angular/platform-browser@next @angular/platform-browser-dynamic@next @angular/router@next && pnpm add -D @angular-devkit/build-angular@next @angular/cli@next @angular/compiler-cli@next && pnpm build",
1413
"test:assert": "playwright test",
1514
"clean": "npx rimraf .angular node_modules pnpm-lock.yaml dist"
1615
},
@@ -48,13 +47,5 @@
4847
},
4948
"volta": {
5049
"extends": "../../package.json"
51-
},
52-
"sentryTest": {
53-
"optionalVariants": [
54-
{
55-
"build-command": "pnpm test:build-canary",
56-
"label": "angular (canary)"
57-
}
58-
]
5950
}
6051
}

0 commit comments

Comments
 (0)