标签: angular jasmine atom-editor
Atom编辑无法识别Angular 2的关键字Jasmine TestBed(如describe,expect,it,beforeEach)未被识别,即使我已经安装了所有可以找到的相关原子片段(使用apm)。
MyComponent.spec.ts
答案 0 :(得分:0)
你需要安装@ types / jasmine然后你可以像你这样在你的MyCoponent.spec.ts中添加引用
///<reference path='../../node_modules/@types/jasmine/index.d.ts' />