This package has been deprecated

Author message:

Use https://www.npmjs.com/package/jest-preset-moon instead.

jest-preset-beemo
TypeScript icon, indicating that this package has built-in type declarations

2.2.1 • Public • Published

jest-preset-beemo

Build Status npm version npm deps

A modern TypeScript-only Jest preset. Provides code coverage and performance out of the box.

yarn install --dev jest-preset-beemo

Setup

Add the preset to your root jest.config.js.

module.exports = {
	preset: 'jest-preset-beemo',
};

Features

  • Configured for Node.js environments.
  • Defines an empty file mock for non-TS files (like CSS).
  • Requires 90% code coverage of all source files.
  • Improved performance through the Jest Circus runner.
  • Supports __DEV__ and __PROD__ globals.

Requirements

  • Source files must be located in a src folder.
  • Tests files must end in *.test.* and be located within a tests or __tests__ folder.
  • Includes a setup file at <rootDir>/tests/setup.ts (if exists).
  • Relies on Babel, the TypeScript plugin, and the default babel-jest package.

Readme

Keywords

Package Sidebar

Install

npm i jest-preset-beemo

Weekly Downloads

17,189

Version

2.2.1

License

MIT

Unpacked Size

9.92 kB

Total Files

16

Last publish

Collaborators

  • milesj