@fast-check/worker

v0.3.1
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 && tsc -p tsconfig.publish.types.json --outDir lib/cjs

build:publish-cjs

tsc -p tsconfig.publish.json --outDir lib/cjs && cp package.cjs-template.json lib/cjs/package.json

build:publish-esm

tsc -p tsconfig.publish.json --module es2015 --moduleResolution node

test

yarn node --experimental-vm-modules $(yarn bin 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 --module nodenext --moduleResolution nodenext
npm i @fast-check/[email protected]

Metadata

  • MIT
  • Whatever
  • Nicolas DUBIEN
  • released 4/28/2024

Downloads

Maintainers