0.1.3 • Published 11 months ago

@lowvisiondave/jest-config v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@lowvisiondave/jest-config

A shared config file for Jest with TypeScript support.

Installation

Install the package with your favorite package manager:

pnpm add -D @lowvisiondave/jest-config

Usage

Create a jest.config.ts file in the root of your package:

import { config } from "@lowvisiondave/jest-config";
import type { Config } from "@lowvisiondave/jest-config";

export default {
    ...config,
    // Additional configuration
} as Config.InitialOptions;
0.1.3

11 months ago

0.1.1

1 year ago

0.1.0

1 year ago