Skip to content

Commit d7ba4f2

Browse files
josephperrottclydin
authored andcommitted
refactor: fix dependencies and import paths for strict deps requirements
1 parent a5d7904 commit d7ba4f2

File tree

1 file changed

+1
-3
lines changed
  • tests/angular_devkit/schematics/tools/file-system-engine-host

1 file changed

+1
-3
lines changed

tests/angular_devkit/schematics/tools/file-system-engine-host/BUILD.bazel

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ ts_project(
2121
"**/*.js",
2222
],
2323
),
24-
# TODO: Fix strict_deps failure
25-
ignore_strict_deps = True,
2624
deps = [
2725
"//:node_modules/@types/jasmine",
2826
"//:node_modules/@types/node",
29-
"//packages/angular_devkit/schematics:schematics_rjs",
27+
"//tests:node_modules/@angular-devkit/schematics",
3028
],
3129
)

0 commit comments

Comments
 (0)