Skip to content

Commit

Permalink
fix hostNameFromUrl test
Browse files Browse the repository at this point in the history
  • Loading branch information
echenley committed Dec 3, 2015
1 parent f49777e commit c97c4a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/util/__tests__/hostNameFromUrl-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ describe('hostNameFromUrl', () => {
{
url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#For_of_iteration_and_destructuring',
hostname: 'developer.mozilla.org'
},
{
url: 'www.google.com',
hostname: 'www.google.com'
}
];

Expand Down

0 comments on commit c97c4a1

Please sign in to comment.