1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-20 05:24:57 +08:00
Paul Gschwendtner ac37218e41 build: migrate @angular-devkit/architect jasmine test to native rules_js
Instead of using `rules_nodejs` interop and the linker at runtime, the
test target is migrated to the new `jasmine_test` rule, leveraging the
pnpm workspace for first-party dependencies.

Note that in the future we may be able to rename the local node modules
to something more clear. e.g. `:local_modules/@angular-devkit/core`, but
for now this is not possible :(

This commit shows how similar packages can be migrated in the future.
2025-01-15 19:20:40 +01:00
..