types-testing
Version:
Test TypeScript types at test runner runtime - Works seamlessly with Jest, Vitest, and Bun.
14 lines (13 loc) • 330 B
JavaScript
import { TypesTesting } from "../blueprints/index.js";
const typesTesting = new TypesTesting({
basePath: process.cwd(),
tsConfig: "tsconfig.json"
});
const { expectType, prepare, reset } = typesTesting;
var types_testing_default = typesTesting;
export {
types_testing_default as default,
expectType,
prepare,
reset
};