We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ba4f2 commit b77a1b3Copy full SHA for b77a1b3
packages/angular_devkit/architect/testing/BUILD.bazel
@@ -15,14 +15,11 @@ ts_project(
15
include = ["**/*.ts"],
16
exclude = ["**/*_spec.ts"],
17
),
18
- # TODO: Fix strict_deps failure
19
- ignore_strict_deps = True,
20
module_name = "@angular-devkit/architect/testing",
21
deps = [
22
"//:node_modules/@types/node",
23
"//:node_modules/rxjs",
24
"//packages/angular_devkit/architect:architect_rjs",
25
- "//packages/angular_devkit/core:core_rjs",
26
- "//packages/angular_devkit/core/node:node_rjs",
+ "//packages/angular_devkit/architect:node_modules/@angular-devkit/core",
27
],
28
)
0 commit comments