I am trying to test my Angular project with Karma/Jasmine and the problem is that all the global modules that I am using are not recognized from spec., unless I add them in the test files as well.
Is there a way to test without importing every thing from scratch?