Wrote some tests and everything successfully runs, but my IDE (webstorm) highlights describe, expect and it and says \"cannot find name\".
describe
expect
it
I was having the same problem and did:
npm install @types/jasmine --save-dev
and that solved it - no need to import anything from jasmine.