We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9f478 commit 977848cCopy full SHA for 977848c
server/aws-lsp-codewhisperer/src/language-server/chat/telemetry/chatTelemetryController.test.ts
@@ -6,7 +6,7 @@ import assert = require('assert')
6
import { ChatUIEventName } from './clientTelemetry'
7
import { TelemetryService } from '../../../shared/telemetry/telemetryService'
8
9
-describe.only('TelemetryController', () => {
+describe('TelemetryController', () => {
10
const mockTabId = 'mockTabId'
11
const mockConversationId = 'mockConversationId'
12
0 commit comments