Skip to content

Commit 0f98614

Browse files
authored
Adding tests for reactwebview base controller (#18243)
* Adding tests for reactwebview base controller * Changing file name * removing file
1 parent 00d0306 commit 0f98614

File tree

3 files changed

+421
-2
lines changed

3 files changed

+421
-2
lines changed

src/controllers/reactWebviewBaseController.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55

66
import * as vscode from "vscode";
7-
import { getNonce } from "../utils/utils";
8-
import { sendActionEvent, sendErrorEvent } from "../telemetry/telemetry";
7+
98
import {
109
TelemetryActions,
1110
TelemetryViews,
@@ -14,6 +13,9 @@ import {
1413
WebviewTelemetryActionEvent,
1514
WebviewTelemetryErrorEvent,
1615
} from "../sharedInterfaces/webview";
16+
import { sendActionEvent, sendErrorEvent } from "../telemetry/telemetry";
17+
18+
import { getNonce } from "../utils/utils";
1719

1820
/**
1921
* ReactWebviewBaseController is a class that manages a vscode.Webview and provides

0 commit comments

Comments
 (0)