aboutsummaryrefslogtreecommitdiff
path: root/test/content/operators/impls/MockConsoleFramePresenter.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/content/operators/impls/MockConsoleFramePresenter.ts')
-rw-r--r--test/content/operators/impls/MockConsoleFramePresenter.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/content/operators/impls/MockConsoleFramePresenter.ts b/test/content/operators/impls/MockConsoleFramePresenter.ts
index 23bc27f..3d40bb4 100644
--- a/test/content/operators/impls/MockConsoleFramePresenter.ts
+++ b/test/content/operators/impls/MockConsoleFramePresenter.ts
@@ -1,7 +1,8 @@
import ConsoleFramePresenter from "../../../../src/content/presenters/ConsoleFramePresenter";
export default class MockConsoleFramePresenter
- implements ConsoleFramePresenter {
+ implements ConsoleFramePresenter
+{
constructor(public attached: boolean) {}
attach(): void {