Skip to content

Commit

Permalink
fix: check if upgrade ignored due to engines fails due to usage of ra…
Browse files Browse the repository at this point in the history
…nges
  • Loading branch information
rbnayax authored and raineorshine committed Aug 7, 2024
1 parent bc1ddab commit 5033268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/getEnginesNodeFromRegistry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('getEnginesNodeFromRegistry', function () {

it('single package empty', async () => {
await chalkInit()
const data = await getEnginesNodeFromRegistry({ 'ncu-test-return-version': '1.0' }, {})
const data = await getEnginesNodeFromRegistry({ 'ncu-test-return-version': '1.0.0' }, {})
data.should.deep.equal({ 'ncu-test-return-version': undefined })
})

Expand Down

0 comments on commit 5033268

Please sign in to comment.