chore: migrate to vitest, enable zoneless, pin deps#10
Merged
jmclellan-crexi merged 26 commits intomainfrom Apr 6, 2026
Merged
chore: migrate to vitest, enable zoneless, pin deps#10jmclellan-crexi merged 26 commits intomainfrom
jmclellan-crexi merged 26 commits intomainfrom
Conversation
- Replace angular-task scaffold with web, api, and e2e apps - Convert unit testing from Jest to Vitest using @analogjs/vitest-angular - Switch to zoneless change detection via provideZonelessChangeDetection() - Pin all package.json dependency versions (remove ^ and ~ prefixes) - Remove all Jest dependencies and configuration files - Update nx.json generators to default to vitest for new projects Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
angular-taskscaffold withweb,api(NestJS), ande2eapps@analogjs/vitest-angularand@nx/vitestexecutor; removed all Jest dependencies (jest,@types/jest,jest-preset-angular,ts-jest,@nx/jest, etc.)provideZoneChangeDetection()toprovideZonelessChangeDetection()and configured testbed withzoneless: true^and~version prefixes, pinning every dependency to its currently resolved versionnx.jsongenerator defaults to usevitestas the unit test runner for new projectsTest plan
nx test webpasses (2/2 tests)nx serve webworks with zoneless change detectionnx e2e e2epassesnx serve apistarts correctly🤖 Generated with Claude Code