- 多个.then,后面的.then 会丢失类型
- .catch 还没测试链式调用
- .then 的链式穿透
- 点击 terminal -> run tasks -> tsc watch - tsconfig.json
- 给对应的位置打断点
- f5 运行 debug
https://github.com/kulshekhar/ts-jest
点击terminal -> run tasks -> tsc watch - tsconfig.json
node --inspect-brk ./.jest/test1.test.js
cmd + shift + p -> debug attach node
https://kiwi-jacket-c6b.notion.site/vs-code-ts-6d8d4365f6694df08a3fe1da69e64e9f