2.0.3 • Published 1 year ago

@stellaraf/jest v2.0.3

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
1 year ago

Usage

Basic

// jest.config.ts or jest.config.js
export { base as default } from "@stellaraf/jest";

Override Configuration

import { standardConfig } from "@stellaraf/jest";

export default standardConfig(
  // Transform overrides passed to esbuild-jest
  { platform: "node" },
  // Jest configuration overrides
  { displayName: "Too cool for school" }
);

Monorepo

import { monorepoConfig } from "@stellaraf/jest";

// Overrides from standardConfig() are also supported
export default monorepoConfig("@scope/");
2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago