We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3a042 commit 817f7edCopy full SHA for 817f7ed
1 file changed
packages/angular/build/src/builders/unit-test/runners/vitest/executor.ts
@@ -356,7 +356,7 @@ export class VitestExecutor implements TestExecutor {
356
cache: cacheOptions.enabled ? undefined : (false as const),
357
testNamePattern: this.options.filter,
358
watch,
359
- ...(update ? { update } : {}),
+ update,
360
...(typeof ui === 'boolean' ? { ui } : {}),
361
...debugOptions,
362
};
0 commit comments