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 8722ef7 commit 246e6a2Copy full SHA for 246e6a2
packages/compass-assistant/src/docs-provider-transport.spec.ts
@@ -9,7 +9,7 @@ import { MockLanguageModelV2 } from 'ai/test';
9
import type { UIMessageChunk } from 'ai';
10
import { waitFor } from '@mongodb-js/testing-library-compass';
11
12
-describe.only('DocsProviderTransport', function () {
+describe('DocsProviderTransport', function () {
13
describe('shouldExcludeMessage', function () {
14
it('returns false for messages without confirmation metadata', function () {
15
const message: AssistantMessage = {
0 commit comments