📜  测试中的常见错误 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:29.360000             🧑  作者: Mango

代码示例1
Incorrectly evaluate the risks
 Ignore a bug when you see it
 Using the same test data
 Not keeping test cases up to date
 Making assumptions
  Not thinking as the end user
  etc.