From d56f31e7b8af09c62d0eccab0b76c115eeeb83d0 Mon Sep 17 00:00:00 2001 From: ty walch Date: Fri, 24 Jan 2025 15:10:20 -0500 Subject: [PATCH] Cleans up approach to type test imports --- index.test-d.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/index.test-d.ts b/index.test-d.ts index 37e0ac83..691efea3 100644 --- a/index.test-d.ts +++ b/index.test-d.ts @@ -14,15 +14,7 @@ import { expectNotAssignable, } from "tsd"; -import * as typeTestsTypes from './test/types.test-d'; -import * as typeTestsUpsert from './test/upsert.test-d'; -import * as typeTestsV2response from './test/v2response.test-d'; -import * as typeTestsQueries from './test/queries.test-d'; -import * as typeTestsSchema from './test/schema.test-d'; -import * as typeTestsTests from './test/tests.test-d'; -import * as typeTestsWhere from './test/where.test-d'; -import * as typeTestsEntity from './test/entity.test-d'; -import * as typeTestsIndexes from './test/indexes.test-d'; +import './test/tests.test-d'; type Resolve = T extends Function | string | number | boolean ? T