forked from AkkomaGang/akkoma-fe
Typo
This commit is contained in:
parent
fc26f1852e
commit
7addd408a9
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ const externalAttn = () => ({
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('MatcherService', () => {
|
describe('MatcherService', () => {
|
||||||
describe.only('mentionMatchesUrl', () => {
|
describe('mentionMatchesUrl', () => {
|
||||||
it('should match local mention', () => {
|
it('should match local mention', () => {
|
||||||
const attention = localAttn()
|
const attention = localAttn()
|
||||||
const url = 'https://instance.com/users/person'
|
const url = 'https://instance.com/users/person'
|
||||||
|
@ -60,7 +60,7 @@ describe('MatcherService', () => {
|
||||||
expect(MatcherService.mentionMatchesUrl(attention, url)).to.eql(false)
|
expect(MatcherService.mentionMatchesUrl(attention, url)).to.eql(false)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
describe.only('extractTagFromUrl', () => {
|
describe('extractTagFromUrl', () => {
|
||||||
it('should return tag name from valid pleroma url', () => {
|
it('should return tag name from valid pleroma url', () => {
|
||||||
const url = 'https://website.com/tag/photo'
|
const url = 'https://website.com/tag/photo'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue