@morgan-stanley/ts-mocking-bird

v0.5.5
A fully type safe mocking, call verification and import replacement library for jasmine and jest

copy

copyfiles main/**/*.html main/**/*.css main/**/*.jpg dist

lint

eslint . --ext .ts,.js

test

karma start --singleRun --browsers ChromeHeadlessNoSandbox

build

tsc -p main/tsconfig.json

clean

rimraf dist reports ../build ../install ../packages docs

lint:fix

eslint . --ext .ts,.js --fix

copy-dist

concurrently --kill-others-on-fail npm:copy-dist-*

postbuild

npm run copy

test:jest

jest

test:karma

karma start --singleRun --browsers ChromeHeadlessNoSandbox

watch-test

karma start --no-coverage

watch-build

tsc --watch

build-release

npm run copy-dist && typedoc main/index.ts

prepublishOnly

npm run build-release

verify-release

concurrently --kill-others-on-fail npm:lint npm:test npm:build

watch-test:jest

jest --watch

prebuild-release

npm run clean && npm run verify-release

watch-test-coverage

karma start
npm i @morgan-stanley/[email protected]

Metadata

Downloads