Skip to content

Commit

Permalink
test: remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianD committed May 10, 2017
1 parent c7011b1 commit f3c667e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/__tests__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const exampleObject = {
};

describe('skedify-uri-encoding', () => {

test('should return correct hash when no object is given', () => {
expect(encodeURIParameters()).toMatchSnapshot();
});
Expand All @@ -33,5 +32,4 @@ describe('skedify-uri-encoding', () => {
test('should return correct object when string is given', () => {
expect(decodeURIParameters('eyJhS2V5IjoiYVZhbHVlIn0f')).toMatchSnapshot();
});

});

0 comments on commit f3c667e

Please sign in to comment.