@hedia/test

v3.0.1
Tools for testing and reporting

dev

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

tsc

tsc --noEmit

test

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

build

tsc

start

node --enable-source-maps .

eslint

eslint .

test:only

node --test --enable-source-maps --test-concurrency 1 --test-only

eslint:fix

eslint . --fix

test:watch

node --test --enable-source-maps --test-concurrency 1 --watch

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