aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/services/matcher/matcher.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/specs/services/matcher/matcher.spec.js')
-rw-r--r--test/unit/specs/services/matcher/matcher.spec.js4
1 files 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'