again running into the node test runner funkiness
src - sources, lib - tsc output, {src,lib}/test - tests
20.x - works
24.x - node tries to run `*.ts`
all good lets turn off type stripping:
20.x - no such option
24.x - works
damn! lets try a glob:
20.x - no such file (no globs!)
24.x - works
6 days ago