aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-02-24 22:20:37 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-02-24 22:39:46 +0900
commitf707f4da75652b4c344df9346a34e8010a044006 (patch)
treec0f821c79bdc00bec730e853e1cea2a696a1f74f /test
parenta880d5684b35235436f571e5fd8e9f857bf30434 (diff)
Clean classes and repository
Diffstat (limited to 'test')
-rw-r--r--test/shared/urls.test.js9
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/']);
- });
- });
});