Skip to content

Commit c603005

Browse files
style: prettier format specTypeSchema.test.ts import
1 parent 6fa7aa7 commit c603005

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

packages/core/test/types/specTypeSchema.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ import { describe, expect, expectTypeOf, it } from 'vitest';
33
import type { OAuthMetadata, OAuthTokens } from '../../src/shared/auth.js';
44
import type { SpecTypeName, SpecTypes } from '../../src/types/specTypeSchema.js';
55
import { isSpecType, specTypeSchemas } from '../../src/types/specTypeSchema.js';
6-
import type {
7-
CallToolResult,
8-
ContentBlock,
9-
Implementation,
10-
JSONRPCRequest,
11-
ResourceTemplateType,
12-
Tool,
13-
} from '../../src/types/types.js';
6+
import type { CallToolResult, ContentBlock, Implementation, JSONRPCRequest, ResourceTemplateType, Tool } from '../../src/types/types.js';
147

158
describe('specTypeSchemas', () => {
169
it('returns a StandardSchemaV1 validator that accepts valid values', () => {

0 commit comments

Comments
 (0)