I've installed jasmine in my project. Now when I write the following in *.spec.js
:
describe(...)
I get the warning:
Unresolved function or method
describe
I've read in this answer that I can add jasmine
as a library and thought that this should fix it.
But it doesn't seem to work - the warning is still there. What am I missing?