We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d402d commit 25b1b3fCopy full SHA for 25b1b3f
tests/legacy-cli/e2e/utils/vitest.ts
@@ -4,7 +4,7 @@ import { updateJsonFile } from './project';
4
/** Updates the `test` builder in the current workspace to use Vitest. */
5
export async function applyVitestBuilder(): Promise<void> {
6
// These deps matches the deps in `@schematics/angular`
7
- await silentNpm('install', 'vitest@^4.0.8', 'jsdom@^27.1.0', '--save-dev');
+ await silentNpm('install', 'vitest@^4.0.10', 'jsdom@^27.1.0', '--save-dev');
8
9
await updateJsonFile('angular.json', (json) => {
10
const projects = Object.values(json['projects']);
0 commit comments