diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-24 22:20:37 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-24 22:39:46 +0900 |
commit | f707f4da75652b4c344df9346a34e8010a044006 (patch) | |
tree | c0f821c79bdc00bec730e853e1cea2a696a1f74f /test/shared | |
parent | a880d5684b35235436f571e5fd8e9f857bf30434 (diff) |
Clean classes and repository
Diffstat (limited to 'test/shared')
-rw-r--r-- | test/shared/urls.test.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/shared/urls.test.js b/test/shared/urls.test.js index f004b3d..f2950b6 100644 --- a/test/shared/urls.test.js +++ b/test/shared/urls.test.js @@ -44,14 +44,5 @@ describe("shared/commands/parsers", () => { .to.equal('http://google.com'); }); }); - - describe('#homepageUrls', () => { - it('split urls', () => { - expect(parsers.homepageUrls('https://google.com/')) - .to.deep.equal(['https://google.com/']); - expect(parsers.homepageUrls('yahoo.com|https://i-beam.org/')) - .to.deep.equal(['http://yahoo.com', 'https://i-beam.org/']); - }); - }); }); |