Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway authored and Jarred-Sumner committed Nov 7, 2023
1 parent 75aa963 commit 8d3a0dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/cli/install/registry/bun-install-registry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ describe("semver", () => {
depVersion: "pre-2",
expected: "2.0.1",
},
{
title: "tagged above latest",
depVersion: "pre-3",
expected: "3.0.1",
},
];

for (const { title, depVersion, expected } of taggedVersionTests) {
Expand Down

0 comments on commit 8d3a0dd

Please sign in to comment.