Skip to content

Commit

Permalink
fix(cypress): use correct label to reference plugins/base.js
Browse files Browse the repository at this point in the history
Fixes #2976
  • Loading branch information
alexeagle committed Sep 23, 2021
1 parent de1eaf6 commit fe07ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cypress/internal/cypress_web_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ATTRS = dict(
default = Label("@build_bazel_rules_nodejs//packages/cypress/internal:run-cypress.js"),
),
plugin_file = attr.label(
default = Label("@build_bazel_rules_nodejs//packages/cypress:internal/plugins/base.js"),
default = Label("@build_bazel_rules_nodejs//packages/cypress/internal:plugins/base.js"),
allow_single_file = True,
doc = "Your cypress plugin file. See https://docs.cypress.io/guides/tooling/plugins-guide",
),
Expand Down

0 comments on commit fe07ea4

Please sign in to comment.