Skip to content

Commit

Permalink
test: improve unit test cov.
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhengxu2018 committed Jul 24, 2024
1 parent 19b348d commit f2c84ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ describe('test/port/controller/package/DownloadPackageVersionTarController.test.
app.mockHttpclient('https://registry.npmjs.org/foobar/-/foobar-1.0.0.tgz', 'GET', {
data: await TestUtil.readFixturesFile('registry.npmjs.org/foobar/-/foobar-1.0.0.tgz'),
persist: false,
repeats: 2,
});
const res = await app.httpRequest()
.get('/foobar/-/foobar-1.0.0.tgz')
Expand Down

0 comments on commit f2c84ed

Please sign in to comment.