create-lite-jest-runner
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

create-lite-jest-runner

npm npm Codecov Bundle Size Conventional Commits

A lightweight Jest runner creator.

Why use this instead of create-jest-runner?

Honestly, you shouldn't. create-jest-runner is an incredible package and provided the base for all of the Jest runners I've created for years. I created this package to centralize an abstraction I created for my runners after updating some of their dependencies to their new ESM versions.

create-jest-runner properly handles the lower level worker abstraction for the runners it creates. This package does not. Instead, this package creates runners that run tests inline, regardless if that is requested or not. This is a sacrifice being made because jest-worker does not yet support ESM files without some heavy quirks (as of March 10, 2022).

DO NOT create a runner with this package unless you are absolutely certain that this is a trade off you are willing to make.

License

Copyright 2022 Kepler Sticka-Jones. Licensed ISC.

Readme

Keywords

Package Sidebar

Install

npm i create-lite-jest-runner

Weekly Downloads

230

Version

1.1.0

License

ISC

Unpacked Size

47.3 kB

Total Files

30

Last publish

Collaborators

  • keplersj