UNPKG

@tsbb/jest

Version:

TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.

4 lines (3 loc) 159 B
import { type Config } from '@jest/types'; export type JestOptions = Partial<Config.Argv>; export default function jest(options?: JestOptions): Promise<void>;