Skip to content

Commit a1b2377

Browse files
committed
only test angular 19 and 20 for cypress schematic as we need to release zoneless support FIRST before we can have the schematic support angular 21
1 parent b6e60fd commit a1b2377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const copyAngularMount = async (projectPath: string) => {
2424

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

27-
const ANGULAR_PROJECTS: ProjectFixtureDir[] = ['angular-20', 'angular-21']
27+
const ANGULAR_PROJECTS: ProjectFixtureDir[] = ['angular-19', 'angular-20']
2828

2929
const timeout = 1000 * 60 * 5
3030

npm/webpack-dev-server/test/handlers/angularHandler.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('angularHandler', { timeout: 60000 }, function () {
8484
browser: 'src/main.ts',
8585
tsConfig: 'tsconfig.app.json',
8686
assets: ['src/favicon.ico', 'src/assets'],
87-
styles: ['src/styles.scss'],
87+
styles: ['src/styles.css'],
8888
optimization: false,
8989
extractLicenses: false,
9090
sourceMap: true,

0 commit comments

Comments
 (0)