Skip to content

Commit 6dda0ad

Browse files
ci: apply automated fixes
1 parent af99dde commit 6dda0ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/typescript/ai/tests/strip-to-spec-middleware.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ import { describe, it, expect } from 'vitest'
22
import { stripToSpec } from '../src/strip-to-spec-middleware'
33
import type { StreamChunk } from '../src/types'
44

5-
function makeChunk(
6-
type: string,
7-
fields: Record<string, unknown>,
8-
): StreamChunk {
5+
function makeChunk(type: string, fields: Record<string, unknown>): StreamChunk {
96
return { type, timestamp: Date.now(), ...fields } as unknown as StreamChunk
107
}
118

0 commit comments

Comments
 (0)