alias-test

v0.0.1
<p align="center"> <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a> </p>

build

rimraf dist && tsc -p tsconfig.build.json

format

prettier --write "src/**/*.ts"

start

ts-node -r tsconfig-paths/register src/main.ts

start:dev

tsc-watch -p tsconfig.build.json --onSuccess "node dist/main.js"

start:debug

tsc-watch -p tsconfig.build.json --onSuccess "node --inspect-brk dist/main.js"

start:prod

node dist/main.js

lint

tslint -p tsconfig.json -c tslint.json

test

jest

test:watch

jest --watch

test:cov

jest --coverage

test:debug

node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand

test:e2e

jest --config ./test/jest-e2e.json
npm i alias-test

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/3/2019

Downloads

Maintainers