Skip to content

Commit

Permalink
test: add missing assert
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 committed Feb 5, 2025
1 parent 97bf49f commit 384095c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/getPackageDataFromRepository.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ describe('getPackageDataFromRepository', () => {
assert.ok(
packageJson.versions['7.3.7']['repository'].hasOwnProperty('url'),
);
assert.ok(scope.isDone());
});

it('gets empty object for non existing package', async () => {
Expand Down

0 comments on commit 384095c

Please sign in to comment.