From 1b848cc7bb9624716b8ce19027265e69d7c1bfae Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Mon, 21 Oct 2024 23:13:40 +0900
Subject: [PATCH] Remove iceshrimp test
---
megalodon/test/integration/detector.spec.ts | 8 --------
1 file changed, 8 deletions(-)
diff --git a/megalodon/test/integration/detector.spec.ts b/megalodon/test/integration/detector.spec.ts
index 25251530..b2245155 100644
--- a/megalodon/test/integration/detector.spec.ts
+++ b/megalodon/test/integration/detector.spec.ts
@@ -49,14 +49,6 @@ describe('detector', () => {
})
})
- describe('iceshrimp', () => {
- const url = 'https://snug.moe'
- it('should be firefish', async () => {
- const firefish = await detector(url)
- expect(firefish).toEqual('firefish')
- })
- })
-
describe('gotosocial', () => {
const url = 'https://scg.owu.one'
it('should be gotosocial', async () => {