Skip to content

Commit 53b8639

Browse files
committed
chore: update clickup preset
1 parent fb9ec45 commit 53b8639

3 files changed

Lines changed: 56 additions & 54 deletions

File tree

napi/angular-compiler/e2e/compare/src/presets.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ export const PRESETS: Record<string, Preset> = {
6161
projectRoot: MATERIAL_ANGULAR_PROJECT_ROOT,
6262
tsconfigPath: resolve(MATERIAL_ANGULAR_PROJECT_ROOT, 'tsconfig.json'),
6363
},
64-
// ClickUp Frontend - Full project (5,600+ components)
64+
// ClickUp Frontend - Full project (5,900+ components)
6565
clickup: {
6666
name: 'clickup',
67-
description: 'ClickUp Frontend - full project (5,600+ components)',
67+
description: 'ClickUp Frontend - full project (5,900+ components)',
6868
include: ['**/*.component.ts'],
6969
exclude: [
7070
'**/node_modules/**',
@@ -77,6 +77,7 @@ export const PRESETS: Record<string, Preset> = {
7777
'**/*stub*.ts',
7878
'**/testing/**',
7979
'**/client-e2e/**',
80+
'**/__fixtures__/**',
8081
],
8182
projectRoot: CLICKUP_FRONTEND_PROJECT_ROOT,
8283
tsconfigPath: resolve(CLICKUP_FRONTEND_PROJECT_ROOT, 'tsconfig.base.json'),

0 commit comments

Comments
 (0)