@fast-check/worker

v0.0.5
Provide built-ins to run predicates directly within dedicated workers
worker fast-check

build

yarn build:publish-cjs && yarn build:publish-esm && yarn build:publish-types

build-ci

yarn build

build:publish-types

tsc -p tsconfig.publish.types.json

build:publish-cjs

tsc -p tsconfig.publish.json

build:publish-esm

tsc -p tsconfig.publish.json --module es2015 --moduleResolution node --outDir lib/esm && cp package.esm-template.json lib/esm/package.json

test

jest

test-bundle:cjs

node test-bundle/main.cjs

test-bundle:mjs

node test-bundle/main.mjs

test-bundle

yarn test-bundle:cjs && yarn test-bundle:mjs

typecheck

tsc --noEmit
npm i @fast-check/[email protected]

Metadata

  • MIT
  • Whatever
  • Nicolas DUBIEN
  • released 4/21/2023

Downloads

Maintainers