We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a1053 commit cacb127Copy full SHA for cacb127
packages/angular/pwa/BUILD.bazel
@@ -50,13 +50,11 @@ ts_project(
50
name = "pwa_test_lib",
51
testonly = True,
52
srcs = glob(["pwa/**/*_spec.ts"]),
53
- # TODO: Fix strict_deps failure
54
- ignore_strict_deps = True,
55
deps = [
+ ":node_modules/@angular-devkit/schematics",
56
":pwa_rjs",
57
"//:node_modules/@types/jasmine",
58
"//:node_modules/@types/node",
59
- "//packages/angular_devkit/schematics/testing:testing_rjs",
60
],
61
)
62
0 commit comments