Skip to content

Commit

Permalink
Remove Misskey tests
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Sep 21, 2023
1 parent e6a6f3e commit a9889ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 603 deletions.
8 changes: 0 additions & 8 deletions megalodon/test/integration/detector.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ describe('detector', () => {
})
})

describe('misskey', () => {
const url = 'https://misskey.io'
it('should be misskey', async () => {
const misskey = await detector(url)
expect(misskey).toEqual('misskey')
})
})

describe('fedibird', () => {
const url = 'https://fedibird.com'
it('should be mastodon', async () => {
Expand Down
218 changes: 0 additions & 218 deletions megalodon/test/integration/misskey.spec.ts

This file was deleted.

Loading

0 comments on commit a9889ab

Please sign in to comment.