mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-10 02:30:13 +00:00
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.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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue