tests: remove a duplicate test (#448)

pull/447/head^2
Kirill Danshin 5 years ago committed by Adam Pash
parent 713de25751
commit 592f175270

@ -17,12 +17,6 @@ describe('Mercury', () => {
assert(/does not look like a valid URL/i.test(error.message));
});
it('returns an error if a bad url is passed', async () => {
const error = await Mercury.parse('foo.com');
assert(/does not look like a valid URL/i.test(error.message));
});
it('does the whole thing', async () => {
const result = await Mercury.parse(
'http://deadspin.com/remember-when-donald-trump-got-booed-for-butchering-ta-1788216229'

Loading…
Cancel
Save