Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-lite-jest-runner

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-lite-jest-runner

A lightweight Jest runner creator

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
533
increased by3.9%
Maintainers
0
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 09 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc