Skip to content

Commit

Permalink
add test for twitter url badge
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSparr0w committed Dec 28, 2017
1 parent b646eb9 commit d16a115
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service-tests/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ t.create('No connection')
.get('/follow/shields_io.json?label=Follow')
.networkOff()
.expectJSON({ name: 'Follow', value: 'inaccessible' });

t.create('URL')
.get('/url/https/shields.io.json')
.expectJSON({ name: 'tweet', value: '' });

0 comments on commit d16a115

Please sign in to comment.