We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1541ac commit 60c021aCopy full SHA for 60c021a
services/crates/crates-size.tester.js
@@ -10,10 +10,6 @@ t.create('size (with version)')
10
.get('/tokio/1.32.0.json')
11
.expectBadge({ label: 'size', message: '725 kB' })
12
13
-t.create('size (with version where version doesnt have size)')
14
- .get('/tokio/0.1.6.json')
15
- .expectBadge({ label: 'crates.io', message: 'unknown' })
16
-
17
t.create('size (not found)')
18
.get('/not-a-crate.json')
19
.expectBadge({ label: 'crates.io', message: 'not found' })
0 commit comments