Skip to content

Commit

Permalink
test: add rules_nodejs to integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Dec 21, 2021
1 parent 341a9d8 commit 5fd9488
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion internal/bazel_integration_test/bazel_integration_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@ def rules_nodejs_integration_test(name, **kwargs):
]

# replace the following repositories with the generated archives
repositories = kwargs.pop("repositories", {"//:release": "build_bazel_rules_nodejs"})
repositories = kwargs.pop("repositories", {
"//:release": "build_bazel_rules_nodejs",
"//:release-core": "rules_nodejs",
})

# convert the npm packages into the tar output
npm_packages = kwargs.pop("npm_packages", {})
Expand Down

0 comments on commit 5fd9488

Please sign in to comment.