pull request title一定要加上feat的前缀:

我司编写Angular单元测试的一些非正式规范

before:

我司编写Angular单元测试的一些非正式规范

after:

我司编写Angular单元测试的一些非正式规范
我司编写Angular单元测试的一些非正式规范

in test you should do it like that
16:13
variables are seperate
16:13
any function etc are separate
16:13
and expects are separate
16:14
it’s easier to read the code this way

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
我司编写Angular单元测试的一些非正式规范

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2021-05-20
  • 2021-05-21
  • 2021-09-30
猜你喜欢
  • 2021-10-30
  • 2021-10-09
  • 2021-08-18
  • 2021-07-04
  • 2021-07-12
相关资源
相似解决方案