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 cacb127 commit 6890422Copy full SHA for 6890422
packages/angular_devkit/schematics/BUILD.bazel
@@ -39,11 +39,9 @@ ts_project(
39
name = "schematics_test_lib",
40
testonly = True,
41
srcs = glob(["src/**/*_spec.ts"]),
42
- # TODO: Fix strict_deps failure
43
- ignore_strict_deps = True,
44
deps = [
45
":node_modules/@angular-devkit/core",
46
- ":schematics",
+ ":schematics_rjs",
47
"//:node_modules/@types/jasmine",
48
"//:node_modules/rxjs",
49
"//packages/angular_devkit/schematics/testing:testing_rjs",
0 commit comments