agmd 0.3.3 → 0.3.5-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -186,3 +186,4 @@ $ agmd --ignore lib,node_modules,dist --include .js,.ts,.vue`
186
186
  0.3.3
187
187
  优化提示日志打印
188
188
  对路由进行自动分析
189
+ 增加单元测试到26个,覆盖率达到84%,一些没必要的方法就没测试11