summaryrefslogtreecommitdiff
path: root/cli/npm/registry.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/npm/registry.rs')
-rw-r--r--cli/npm/registry.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/cli/npm/registry.rs b/cli/npm/registry.rs
index 0b35079de..97397350d 100644
--- a/cli/npm/registry.rs
+++ b/cli/npm/registry.rs
@@ -184,19 +184,6 @@ pub struct NpmPackageVersionDistInfo {
}
impl NpmPackageVersionDistInfo {
- #[cfg(test)]
- pub fn new(
- tarball: String,
- shasum: String,
- integrity: Option<String>,
- ) -> Self {
- Self {
- tarball,
- shasum,
- integrity,
- }
- }
-
pub fn integrity(&self) -> Cow<String> {
self
.integrity