@morgan-stanley/ts-mocking-bird

v0.1.11
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

tslint -c tslint.conf.js -p tsconfig.json

test

karma start --singleRun --browsers ChromeHeadlessNoSandbox

build

tsc -p main/tsconfig.json

clean

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

copy-dist

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

postbuild

npm run copy

watch-test

karma start --no-coverage

watch-build

tsc --watch

build-release

npm run copy-dist && typedoc

copy-dist-lint

copyfiles tslint/**/* dist

prepublishOnly

npm run build-release

verify-release

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

prebuild-release

npm ci && npm run clean && npm run verify-release

watch-test-coverage

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

Metadata

Downloads