Skip to content

Commit 4fa94a4

Browse files
author
Angular Builds
committed
b2f0487 fix(@angular/build): add --ui option for Vitest runner
1 parent 5903678 commit 4fa94a4

File tree

11 files changed

+32
-11
lines changed

11 files changed

+32
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/build",
3-
"version": "21.0.0-next.9+sha-6b1b03d",
3+
"version": "21.0.0-next.9+sha-b2f0487",
44
"description": "Official build system for Angular",
55
"keywords": [
66
"Angular CLI",
@@ -23,7 +23,7 @@
2323
"builders": "builders.json",
2424
"dependencies": {
2525
"@ampproject/remapping": "2.3.0",
26-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6b1b03d",
26+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b2f0487",
2727
"@babel/core": "7.28.4",
2828
"@babel/helper-annotate-as-pure": "7.27.3",
2929
"@babel/helper-split-export-declaration": "7.24.7",
@@ -60,7 +60,7 @@
6060
"@angular/platform-browser": "^21.0.0-next.0",
6161
"@angular/platform-server": "^21.0.0-next.0",
6262
"@angular/service-worker": "^21.0.0-next.0",
63-
"@angular/ssr": "github:angular/angular-ssr-builds#6b1b03d",
63+
"@angular/ssr": "github:angular/angular-ssr-builds#b2f0487",
6464
"karma": "^6.4.0",
6565
"less": "^4.2.0",
6666
"ng-packagr": "^21.0.0-next.0",

src/builders/unit-test/options.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export declare function normalizeOptions(context: BuilderContext, projectName: s
4141
} | undefined;
4242
watch: boolean;
4343
debug: boolean;
44+
ui: boolean;
4445
providersFile: string | undefined;
4546
setupFiles: string[];
4647
dumpVirtualFiles: boolean | undefined;

src/builders/unit-test/options.js

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/builders/unit-test/options.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/builders/unit-test/runners/vitest/executor.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)