Skip to content

Commit

Permalink
refactor(@angular-devkit/architect): fix dependencies and import path…
Browse files Browse the repository at this point in the history
…s for strict deps requirements
  • Loading branch information
josephperrott authored and clydin committed Feb 20, 2025
1 parent d7ba4f2 commit b77a1b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/angular_devkit/architect/testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ ts_project(
include = ["**/*.ts"],
exclude = ["**/*_spec.ts"],
),
# TODO: Fix strict_deps failure
ignore_strict_deps = True,
module_name = "@angular-devkit/architect/testing",
deps = [
"//:node_modules/@types/node",
"//:node_modules/rxjs",
"//packages/angular_devkit/architect:architect_rjs",
"//packages/angular_devkit/core:core_rjs",
"//packages/angular_devkit/core/node:node_rjs",
"//packages/angular_devkit/architect:node_modules/@angular-devkit/core",
],
)

0 comments on commit b77a1b3

Please sign in to comment.