diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-09-26 14:48:01 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-09-26 16:12:58 +0900 |
commit | b141c46a2afe31dc7a4bfdf7f59c8871def2de23 (patch) | |
tree | 84a00ae7ab9f923e5fb2f1a2e61fc2b3cd0af40f /test | |
parent | 02b1ab045fdb1b768722e2e305017cda6293ebe4 (diff) |
Remove unused file
Diffstat (limited to 'test')
-rw-r--r-- | test/background/mock/MockFramePresenter.ts | 7 | ||||
-rw-r--r-- | test/background/operators/impls/InternalOpenURLOperator.test.ts | 0 | ||||
-rw-r--r-- | test/content/presenters/Hint.test.html | 1 |
3 files changed, 0 insertions, 8 deletions
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<number[]> { - 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 --- a/test/background/operators/impls/InternalOpenURLOperator.test.ts +++ /dev/null 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 @@ -<a id='test-link' href='javascript:window.vimvixenTest="hello"' >link</a> |