node-modules / mm

An simple but flexible mock(or say stub) package, mock mate
Other
158 stars 16 forks source link

add Mocking timers #60

Open fengmk2 opened 3 weeks ago

fengmk2 commented 3 weeks ago

https://betterstack.com/community/guides/testing/nodejs-test-runner/

fengmk2 commented 3 weeks ago

Node.js >= 18.19.0 https://nodejs.org/docs/latest/api/test.html#class-mocktimers

fengmk2 commented 3 weeks ago

支持 ts https://github.com/nodejs/help/issues/3902#issuecomment-1754775130

node --test --require ts-node/register test/**/*.test.ts
fengmk2 commented 3 weeks ago

https://github.com/scottwillmoore/node-test-with-typescript/blob/main/package.json