From b141c46a2afe31dc7a4bfdf7f59c8871def2de23 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 26 Sep 2021 14:48:01 +0900 Subject: Remove unused file --- test/background/mock/MockFramePresenter.ts | 7 ------- test/background/operators/impls/InternalOpenURLOperator.test.ts | 0 test/content/presenters/Hint.test.html | 1 - 3 files changed, 8 deletions(-) delete mode 100644 test/background/mock/MockFramePresenter.ts delete mode 100644 test/background/operators/impls/InternalOpenURLOperator.test.ts delete mode 100644 test/content/presenters/Hint.test.html (limited to 'test') diff --git a/test/background/mock/MockFramePresenter.ts b/test/background/mock/MockFramePresenter.ts deleted file mode 100644 index d688780..0000000 --- a/test/background/mock/MockFramePresenter.ts +++ /dev/null @@ -1,7 +0,0 @@ -import FramePresenter from "../../../src/background/presenters/FramePresenter"; - -export default class MockFramePresenter implements FramePresenter { - getAllFrameIds(): Promise { - throw new Error("not implemented"); - } -} diff --git a/test/background/operators/impls/InternalOpenURLOperator.test.ts b/test/background/operators/impls/InternalOpenURLOperator.test.ts deleted file mode 100644 index e69de29..0000000 diff --git a/test/content/presenters/Hint.test.html b/test/content/presenters/Hint.test.html deleted file mode 100644 index b50c5fe..0000000 --- a/test/content/presenters/Hint.test.html +++ /dev/null @@ -1 +0,0 @@ -link -- cgit v1.2.3