Windows 环境 ABP前端运行 ng test 无法执行

Command:
ng test

Error Information:
Schema validation failed with the following errors:
Data path "" should have required property 'tsConfig'.

Solution:
find the file: angular.json
find the node: projects-->{{yourProjectName}}-->architect-->test-->options
add a new option info: "tsConfig":"src/tsConfig.json"

 

 Screen shot:

 

 
posted @ 2019-03-11 14:02  lishidefengchen  阅读(320)  评论(0)    收藏  举报