From f3c667ebd898a3a456d4e8378b51b874f389a1a2 Mon Sep 17 00:00:00 2001 From: Demian Dekoninck Date: Wed, 10 May 2017 20:28:59 +0200 Subject: [PATCH] test: remove blank lines --- src/__tests__/index.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/__tests__/index.test.js b/src/__tests__/index.test.js index 2537a25..9179a07 100644 --- a/src/__tests__/index.test.js +++ b/src/__tests__/index.test.js @@ -13,7 +13,6 @@ const exampleObject = { }; describe('skedify-uri-encoding', () => { - test('should return correct hash when no object is given', () => { expect(encodeURIParameters()).toMatchSnapshot(); }); @@ -33,5 +32,4 @@ describe('skedify-uri-encoding', () => { test('should return correct object when string is given', () => { expect(decodeURIParameters('eyJhS2V5IjoiYVZhbHVlIn0f')).toMatchSnapshot(); }); - });