We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7647e72 commit 1917899Copy full SHA for 1917899
dev-packages/e2e-tests/test-applications/angular-20/package.json
@@ -44,9 +44,17 @@
44
"karma-coverage": "~2.2.0",
45
"karma-jasmine": "~5.1.0",
46
"karma-jasmine-html-reporter": "~2.1.0",
47
- "typescript": "~5.8.3"
+ "typescript": "~5.9.0"
48
},
49
"volta": {
50
"extends": "../../package.json"
51
+ },
52
+ "sentryTest": {
53
+ "optionalVariants": [
54
+ {
55
+ "build-command": "pnpm test:build-canary",
56
+ "label": "angular (canary)"
57
+ }
58
+ ]
59
}
60
0 commit comments