标签: angular unit-testing jasmine
我有一个角度应用程序,其组件使用角度CLI生成:ng g c XXX with spec.ts文件。在我完成项目之后,我想编写一些测试文件,但是,当我打开spec.ts文件时,它说"请指定正确的路径到#34;你知道它有什么问题吗?
我想这可能是因为我将项目移动到桌面上的另一个文件夹中?点击tslint设置后,我发现tspackage路径是另一个文件夹,我应该更改当前文件夹的路径吗?
答案 0 :(得分:4)
您必须在"编辑器"的设置中将其指向node_modules/tslint。
node_modules/tslint
答案 1 :(得分:2)
获得WebStorm设置File -> Settings
File -> Settings
检查您的TSLint软件包路径,它应该转到project_dir/node_modules/tslint
project_dir/node_modules/tslint