@hedia/test

v2.3.0
Tools for testing and reporting

dev

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

tsc

tsc --noEmit

test

node --enable-source-maps --test --experimental-test-coverage --test-reporter spec --test-reporter @hedia/test/reporters/json --test-reporter @hedia/test/reporters/sonarcloud --test-reporter-destination stdout --test-reporter-destination test.json --test-reporter-destination coverage.xml --test-concurrency 1

build

tsc

start

node --enable-source-maps .

eslint

eslint .

eslint:fix

eslint . --fix

build:watch

tsc --watch

start:watch

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

package:lint

npx npm-package-json-lint .

prettier:check

prettier --check .

prettier:write

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

Metadata

Downloads