tstest

v0.5.9
Testing Utilities for Helping You to Write Better TypeScript Programs
typescript testing test unit

build

tsc

clean

shx rm -fr dist/*

dist

npm run clean && npm run build

pack

npm pack

lint

npm run lint:es && npm run lint:ts

lint:es

eslint --ignore-pattern tests/fixtures/ '{bin,examples,scripts,src,tests}/**/*.ts'

lint:ts

tsc --noEmit

test:pack

bash -x scripts/npm-pack-testing.sh

test

tap --node-arg=--require=ts-node/register "src/**/*.spec.ts" "src/*.spec.ts" "tests/*.spec.ts" "tests/**/*.spec.ts"

Metadata

Downloads

Maintainers