We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d7904 commit d7ba4f2Copy full SHA for d7ba4f2
tests/angular_devkit/schematics/tools/file-system-engine-host/BUILD.bazel
@@ -21,11 +21,9 @@ ts_project(
21
"**/*.js",
22
],
23
),
24
- # TODO: Fix strict_deps failure
25
- ignore_strict_deps = True,
26
deps = [
27
"//:node_modules/@types/jasmine",
28
"//:node_modules/@types/node",
29
- "//packages/angular_devkit/schematics:schematics_rjs",
+ "//tests:node_modules/@angular-devkit/schematics",
30
31
)
0 commit comments