@morphic-ts/fastcheck-interpreters

v1.2.0-alpha.0
Morphic fastcheck package for property based testing

lint

tslint -p tsconfig.tslint.json src/**/*.ts test/**/*.ts

jest

jest

jest-coverage

jest --ci --coverage

prettier

prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different "{src,test,examples}/**/*.ts"

fix-prettier

prettier --no-semi --single-quote --print-width 120 --parser typescript --write "{src,test,examples}/**/*.ts"

test

yarn run prettier && yarn run lint && yarn run dtslint && yarn run jest && yarn run docs

clean

rimraf lib/* && rimraf es6/*

build

yarn run clean && tsc --build tsconfig.build.json && tsc --build tsconfig.es6.json && yarn import-path-rewrite

import-path-rewrite

import-path-rewrite

prepublish

yarn run build

docs-fix-prettier

prettier --no-semi --single-quote --print-width 120 --parser markdown --write "README.md"

dtslint

dtslint dtslint

mocha

TS_NODE_CACHE=false mocha -r ts-node/register test/*.ts

docs

docs-ts
npm i @morphic-ts/[email protected]

Metadata

  • MIT
  • Whatever
  • Stéphane Le Dorze
  • released 4/22/2020

Downloads

Maintainers