Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Nov 11, 2024
1 parent 89ddc92 commit 1bf3795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/__tests__/version.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ describe('parseVersion', () => {
major: 1,
minor: 2,
patch: 3,
// we misinterpret the post release number as `pre` but this is fine as we
// have specific checks for what we consider a preview release
pre: '1',
});
});
Expand Down

0 comments on commit 1bf3795

Please sign in to comment.