tstest

v0.4.5
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 src/**/*.ts tests/**/*.ts --ignore-pattern "*fixtures/*.ts" --ignore-pattern fixtures

lint:ts

tsc --noEmit

test:pack

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

test

blue-tape -r ts-node/register "src/**/*.spec.ts" "src/*.spec.ts" "tests/*.spec.ts" "tests/**/*.spec.ts"

Metadata

Downloads

Maintainers