aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEdijs <iamedijs@hotmail.com>2019-02-10 12:06:13 -0700
committerEdijs <iamedijs@hotmail.com>2019-02-10 12:06:13 -0700
commit7addd408a9fa7f3a3d7966e050feaa162c8f6a5c (patch)
treea2fc9defba155560f28fcacfe3af9da1484ec31c /test
parentfc26f1852ebc686ec34a7b65a3c7ad9f36ef630b (diff)
Typo
Diffstat (limited to 'test')
-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'