Skip to content

Commit

Permalink
test: update jsDelivr expected count
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Nov 24, 2022
1 parent 6213f95 commit d99c31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsDelivr/__test__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('hits', () => {
await api.loadHits();
});
it('should download all packages hits', () => {
expect(api.hits.size).toBeGreaterThan(60000); // 66790 (2019-08)
expect(api.hits.size).toBeGreaterThan(30000); // 32509 (2022-11)
});

it('should get one hit', () => {
Expand Down

0 comments on commit d99c31f

Please sign in to comment.