mr-wellick / footy

Fullstack app for football statistics (~400k data points)
0 stars 0 forks source link

figure out how to run ts files with node test runner #10

Closed mr-wellick closed 2 months ago

mr-wellick commented 2 months ago

https://github.com/nodejs/help/issues/3902

mr-wellick commented 2 months ago

NPM script to run tests written in ts: "test": "node --import tsx --test src/**/*.test.ts"