Skip to content

Commit cacb127

Browse files
josephperrottclydin
authored andcommitted
refactor(@angular/pwa): fix dependencies and import paths for strict deps requirements
1 parent 10a1053 commit cacb127

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/angular/pwa/BUILD.bazel

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,11 @@ ts_project(
5050
name = "pwa_test_lib",
5151
testonly = True,
5252
srcs = glob(["pwa/**/*_spec.ts"]),
53-
# TODO: Fix strict_deps failure
54-
ignore_strict_deps = True,
5553
deps = [
54+
":node_modules/@angular-devkit/schematics",
5655
":pwa_rjs",
5756
"//:node_modules/@types/jasmine",
5857
"//:node_modules/@types/node",
59-
"//packages/angular_devkit/schematics/testing:testing_rjs",
6058
],
6159
)
6260

0 commit comments

Comments
 (0)