Fix blank lines in test

This commit is contained in:
Armin 2019-03-13 14:39:00 +01:00
parent ac155b7f17
commit 9dffb69162

View File

@ -56,7 +56,6 @@ describe('badges', () => {
`
describe('unauthenticated', () => {
it('throws authorization error', async () => {
client = new GraphQLClient(host)
await expect(
@ -118,7 +117,6 @@ describe('badges', () => {
`
describe('unauthenticated', () => {
it('throws authorization error', async () => {
client = new GraphQLClient(host)
await expect(
@ -175,7 +173,6 @@ describe('badges', () => {
`
describe('unauthenticated', () => {
it('throws authorization error', async () => {
client = new GraphQLClient(host)
await expect(