Skip to content

Commit 246e6a2

Browse files
committed
chore: remove only
1 parent 8722ef7 commit 246e6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-assistant/src/docs-provider-transport.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { MockLanguageModelV2 } from 'ai/test';
99
import type { UIMessageChunk } from 'ai';
1010
import { waitFor } from '@mongodb-js/testing-library-compass';
1111

12-
describe.only('DocsProviderTransport', function () {
12+
describe('DocsProviderTransport', function () {
1313
describe('shouldExcludeMessage', function () {
1414
it('returns false for messages without confirmation metadata', function () {
1515
const message: AssistantMessage = {

0 commit comments

Comments
 (0)