Skip to content

Commit

Permalink
Cleans up approach to type test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tywalch committed Jan 24, 2025
1 parent 4e3322d commit d56f31e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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> = T extends Function | string | number | boolean
? T
Expand Down

0 comments on commit d56f31e

Please sign in to comment.