@morgan-stanley/ts-mocking-bird

v1.2.0
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

postbuild

npm run copy

test:jest

jest

test:karma

karma start --singleRun --browsers ChromeHeadlessNoSandbox

watch-test

karma start --no-coverage

watch-build

tsc --watch -p main/tsconfig.json

build-release

typedoc main/index.ts

verify-release

npm run build && concurrently --kill-others-on-fail npm:lint npm:test npm:test:jest

watch-test:jest

jest --watch

prebuild-release

npm run clean && npm run verify-release

compatibility-test

npx tsc spec/ts-compat-test.ts --noEmit --skipLibCheck --watch

watch-test-coverage

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

Metadata

Downloads