Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /