Skip to content

Commit

Permalink
chore: restore test that was commented out unintentionally (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Apr 4, 2024
1 parent 3e41665 commit b7c3a71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions npm/private/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ load(":yaml_tests.bzl", "yaml_tests")
load(":utils_tests.bzl", "utils_tests")
load(":npmrc_test.bzl", "npmrc_tests")
load(":pkg_glob_tests.bzl", "pkg_glob_tests")

# load(":generated_pkg_json_test.bzl", "generated_pkg_json_test")
load(":generated_pkg_json_test.bzl", "generated_pkg_json_test")
load(":npm_auth_test.bzl", "npm_auth_test_suite")

# gazelle:exclude **/snapshots/**/*
Expand All @@ -31,7 +30,7 @@ yaml_tests(name = "test_yaml")

parse_pnpm_lock_tests(name = "test_parse_pnpm_lock")

# generated_pkg_json_test(name = "test_generated_pkg_json")
generated_pkg_json_test(name = "test_generated_pkg_json")

npm_auth_test_suite()

Expand Down

0 comments on commit b7c3a71

Please sign in to comment.