Skip to content

Commit 25b1b3f

Browse files
committed
wip!
1 parent a2d402d commit 25b1b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy-cli/e2e/utils/vitest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { updateJsonFile } from './project';
44
/** Updates the `test` builder in the current workspace to use Vitest. */
55
export async function applyVitestBuilder(): Promise<void> {
66
// These deps matches the deps in `@schematics/angular`
7-
await silentNpm('install', 'vitest@^4.0.8', 'jsdom@^27.1.0', '--save-dev');
7+
await silentNpm('install', 'vitest@^4.0.10', 'jsdom@^27.1.0', '--save-dev');
88

99
await updateJsonFile('angular.json', (json) => {
1010
const projects = Object.values(json['projects']);

0 commit comments

Comments
 (0)