Open fengmk2 opened 5 months ago
https://betterstack.com/community/guides/testing/nodejs-test-runner/
Node.js >= 18.19.0 https://nodejs.org/docs/latest/api/test.html#class-mocktimers
支持 ts https://github.com/nodejs/help/issues/3902#issuecomment-1754775130
node --test --require ts-node/register test/**/*.test.ts
https://github.com/scottwillmoore/node-test-with-typescript/blob/main/package.json
https://betterstack.com/community/guides/testing/nodejs-test-runner/