Skip to content

Commit

Permalink
remove incompatible test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Feb 13, 2024
1 parent 432edb5 commit aa2f73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semver/range_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Deno.test("negativeUnlockedPrereleaseRange", function () {
const versions: [string, string][] = [
["^1.0.0", "1.0.0-rc1"],
["^1.2.3-rc2", "2.0.0"],
["^1.0.0", "2.0.0-rc1"], // todo: review, this is inverted from original test case
["^1.0.0", "2.0.0-rc1"],
];

for (const [r, v] of versions) {
Expand Down

0 comments on commit aa2f73d

Please sign in to comment.