Skip to content

Commit

Permalink
fixup: Update test/functions/coerce.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jan 5, 2024
1 parent 1e5890a commit aceaf8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functions/coerce.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ test('coerce tests', (t) => {
`${coerceExpression} should be equal to ${expectedVersion}`)
t.equal(expectedVersion.compareBuild(coercedVersion), 0,
`${coerceExpression} build should be equal to ${expectedVersion}`)
)
})

t.same(valid(coerce('42.6.7.9.3-alpha')), '42.6.7')
Expand Down

0 comments on commit aceaf8b

Please sign in to comment.