Skip to content

Commit 8342a23

Browse files
committed
remove vitest imports from test files
1 parent 7854a56 commit 8342a23

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/tool.test-d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { ChatCompletionFunctionTool } from 'openai/resources/chat/completions';
2-
import { assertType, test } from 'vitest';
32
import { BaseTool, Tools } from './tool';
43
import type { AISDKToolResult } from './types';
54

src/tool.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { assert } from 'vitest';
21
import { jsonSchema } from 'ai';
32
import type { JSONSchema7 } from 'json-schema';
43
import { BaseTool, type MetaToolSearchResult, StackOneTool, Tools } from './tool';

0 commit comments

Comments
 (0)