package: node-jest-worker
Severity: whishlist
Owner: 'Nicolas Mora' <nico...@babelouest.org>
*Package Name : node-jest-worker
Version : 23.2.0
Upstream Author : Facebook Inc.
*URL :
https://github.com/facebook/jest/tree/master/packages/jest-worker
*License : Expat
*Description : Module for executing heavy tasks under forked processes
in parallel, by providing a Promise based interface, minimum overhead,
and bound workers.
The module works by providing an absolute path of the module to be
loaded in all forked processes. Files relative to a node module are also
accepted. All methods are exposed on the parent process as promises, so
they can be await'ed. Child (worker) methods can either be synchronous
or asynchronous.