Skip to content

Commit

Permalink
Handle msToFirstChunk
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Oct 23, 2024
1 parent 304b301 commit 85eae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/tests/vercel.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provider.addSpanProcessor(
);
provider.register();

test("generateText", async () => {
test.only("generateText", async () => {
const runId = uuid();

await generateText({
Expand Down

0 comments on commit 85eae35

Please sign in to comment.