我正在尝试在 Angular 中执行我的第一个测试并且我想测试一个服务,但是当我运行ng test
它时,我在 tsconfi.json 中定义的所有相关导入中都会出现错误,例如
"@interceptors/*": [
"./src/app/interceptors/*"
],
给我这个错误
ERROR in src/app/app.module.ts:17:44 - error TS2307: Cannot find module '@interceptors/allhttprequests.interceptor' or its corresponding type declarations.