Skip to content

Commit 6890422

Browse files
josephperrottclydin
authored andcommitted
refactor(@angular-devkit/schematics): fix dependencies and import paths for strict deps requirements
1 parent cacb127 commit 6890422

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/angular_devkit/schematics/BUILD.bazel

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ ts_project(
3939
name = "schematics_test_lib",
4040
testonly = True,
4141
srcs = glob(["src/**/*_spec.ts"]),
42-
# TODO: Fix strict_deps failure
43-
ignore_strict_deps = True,
4442
deps = [
4543
":node_modules/@angular-devkit/core",
46-
":schematics",
44+
":schematics_rjs",
4745
"//:node_modules/@types/jasmine",
4846
"//:node_modules/rxjs",
4947
"//packages/angular_devkit/schematics/testing:testing_rjs",

0 commit comments

Comments
 (0)