How to make Webstorm recognize jasmine tests?

My Webstorm 9.0.3 does not recognize jasmine keywords like describe and it.
I have added the karma-jasmine-DefinetilyTyped library but it makes no difference.

Does anyone know how to fix this?
Thanks in advance!

Did you reload the Meteor dependencies (notice in the top bar when .meteor/package is open in editor) after you added the package? Not sure if that’s required in this case, haven’t really used jasmine for testing Meteor yet.