I hope you’ve installed –
npm install --save-dev @types/jasmine
Then put following import at the top of the hero.spec.ts
file –
import 'jasmine';
It should solve the problem.
I hope you’ve installed –
npm install --save-dev @types/jasmine
Then put following import at the top of the hero.spec.ts
file –
import 'jasmine';
It should solve the problem.