December 2017
Beginner
372 pages
10h 32m
English
As I mentioned earlier, because we are using the Angular CLI, we already have Jasmine and Karma installed in our application, and you can check that by looking into the package.json file present in the root of our application, as shown in the following code snippet:
"devDependencies": {"@angular/cli": "1.2.0","@angular/compiler-cli": "^4.0.0","@angular/language-service": "^4.0.0","@types/jasmine": "~2.5.53","@types/jasminewd2": "~2.0.2","@types/node": "~6.0.60","codelyzer": "~3.0.1","jasmine-core": "~2.6.2","jasmine-spec-reporter": "~4.1.0","karma": "~1.7.0","karma-chrome-launcher": "~2.1.1","karma-cli": "~1.0.1","karma-coverage-istanbul-reporter": "^1.2.1","karma-jasmine": "~1.1.0","karma-jasmine-html-reporter" ...
Read now
Unlock full access