Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8e0ad60

Browse files
authored
test(node-integration-tests): pin ai@5.0.30 to fix test fails (#17542)
Something 5.0.31 causes weird errors around `msw` not being found. Potentially related: vercel/ai#8469
1 parent d954060 commit 8e0ad60

File tree

1 file changed

+4
-4
lines changed
  • dev-packages/node-integration-tests/suites/tracing/vercelai/v5

1 file changed

+4
-4
lines changed

‎dev-packages/node-integration-tests/suites/tracing/vercelai/v5/test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ describe('Vercel AI integration (V5)', () => {
406406
},
407407
{
408408
additionalDependencies: {
409-
ai: '^5.0.0',
409+
ai: '5.0.30',
410410
},
411411
},
412412
);
@@ -422,7 +422,7 @@ describe('Vercel AI integration (V5)', () => {
422422
},
423423
{
424424
additionalDependencies: {
425-
ai: '^5.0.0',
425+
ai: '5.0.30',
426426
},
427427
},
428428
);
@@ -541,7 +541,7 @@ describe('Vercel AI integration (V5)', () => {
541541
},
542542
{
543543
additionalDependencies: {
544-
ai: '^5.0.0',
544+
ai: '5.0.30',
545545
},
546546
},
547547
);
@@ -557,7 +557,7 @@ describe('Vercel AI integration (V5)', () => {
557557
},
558558
{
559559
additionalDependencies: {
560-
ai: '^5.0.0',
560+
ai: '5.0.30',
561561
},
562562
},
563563
);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /