@hedia/test

v2.0.3
Custom Test Reporters

dev

concurrently "npm run build:watch" "npm run start:watch"

tsc

tsc --noEmit

test

NODE_ENV=test node --enable-source-maps --test --experimental-test-coverage --test-reporter spec --test-reporter @hedia/test/reporters/sonarcloud --test-reporter-destination stdout --test-reporter-destination coverage.xml

build

tsc

start

node --enable-source-maps .

eslint

eslint .

eslint:fix

eslint . --fix

build:watch

tsc --watch

start:watch

node --enable-source-maps --watch .

prettier:check

prettier --check .

prettier:write

prettier --write .
npm i @hedia/[email protected]

Metadata

Downloads