fix: GitHub Package Json test (#7198)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Caleb Cartwright
2021-10-28 21:19:31 -05:00
committed by GitHub
parent 1011cd5483
commit c294b12f42

View File

@@ -89,9 +89,9 @@ t.create('Scoped dependency')
})
t.create('Scoped dependency on branch')
.get('/dependency-version/zeit/next.js/dev/babel-eslint/alpha.json')
.get('/dependency-version/zeit/next.js/dev/@babel/eslint-parser/canary.json')
.expectBadge({
label: 'babel-eslint',
label: '@babel/eslint-parser',
message: semverRange,
})