Skip to content

Commit

Permalink
update branch in [githublernajson] test (#7012)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
chris48s and repo-ranger[bot] authored Sep 12, 2021
1 parent 2f52b16 commit 042ae1c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions services/github/github-lerna-json.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ t.create('Lerna version (independent)')
message: 'independent',
})

t.create('Lerna version (branch)')
.get('/facebook/jest/master.json')
.expectBadge({
label: 'lerna@master',
message: isSemver,
})
t.create('Lerna version (branch)').get('/facebook/jest/main.json').expectBadge({
label: 'lerna@main',
message: isSemver,
})

t.create('Lerna version (lerna.json missing)')
.get('/PyvesB/empty-repo.json')
Expand Down

0 comments on commit 042ae1c

Please # to comment.