Skip to content

Commit 64a9751

Browse files
committed
lint
1 parent a5bc19c commit 64a9751

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

packages/core/test/lib/tracing/vercel-ai-cached-tokens.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { describe, expect, it } from 'vitest';
2-
3-
import type { SpanJSON } from '../../../src/types-hoist/span';
42
import { addVercelAiProcessors } from '../../../src/tracing/vercel-ai';
5-
import { TestClient, getDefaultTestClientOptions } from '../../mocks/client';
3+
import type { SpanJSON } from '../../../src/types-hoist/span';
4+
import { getDefaultTestClientOptions,TestClient } from '../../mocks/client';
65

76
describe('vercel-ai cached tokens', () => {
87
it('should add cached input tokens to total input tokens', () => {

0 commit comments

Comments
 (0)