pkgjs-ln tap
pkgjs-ln @types/tap
tsc -p tsconfig.test.json
# this one has complicated interactions. Re-enable it when tap works with ts-node/esm
rm -f testjs/change-exit.js
tap -T -R spec --no-cov --bail testjs/*.js
