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 76190c7 commit 90a2796Copy full SHA for 90a2796
modules/benchmarks/src/class_bindings/BUILD.bazel
@@ -1,7 +1,7 @@
1
package(default_visibility = ["//modules/benchmarks:__subpackages__"])
2
3
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_binary")
4
-load("//dev-infra/benchmark/component_benchmark:component_benchmark.bzl", "component_benchmark")
+load("//tools/components:component_benchmark.bzl", "component_benchmark")
5
6
sass_binary(
7
name = "class_bindings_styles",
@@ -12,8 +12,7 @@ component_benchmark(
12
name = "benchmark",
13
driver = ":class_bindings.perf-spec.ts",
14
driver_deps = [
15
- "//dev-infra/benchmark/driver-utilities",
16
- "@npm//@types/jasmine",
+ "//modules/e2e_util",
17
"@npm//protractor",
18
],
19
ng_deps = [
0 commit comments