From 7addd408a9fa7f3a3d7966e050feaa162c8f6a5c Mon Sep 17 00:00:00 2001 From: Edijs Date: Sun, 10 Feb 2019 12:06:13 -0700 Subject: [PATCH] Typo --- test/unit/specs/services/matcher/matcher.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/specs/services/matcher/matcher.spec.js b/test/unit/specs/services/matcher/matcher.spec.js index 0b5363b4..7a2494f0 100644 --- a/test/unit/specs/services/matcher/matcher.spec.js +++ b/test/unit/specs/services/matcher/matcher.spec.js @@ -17,7 +17,7 @@ const externalAttn = () => ({ }) describe('MatcherService', () => { - describe.only('mentionMatchesUrl', () => { + describe('mentionMatchesUrl', () => { it('should match local mention', () => { const attention = localAttn() const url = 'https://instance.com/users/person' @@ -60,7 +60,7 @@ describe('MatcherService', () => { expect(MatcherService.mentionMatchesUrl(attention, url)).to.eql(false) }) }) - describe.only('extractTagFromUrl', () => { + describe('extractTagFromUrl', () => { it('should return tag name from valid pleroma url', () => { const url = 'https://website.com/tag/photo'