December 2017
Beginner
372 pages
10h 32m
English
Because we are working in TypeScript, we want to write our test cases in TypeScript format, and to do that we want the Jasmine TypeScript typings installed.
We can do so by running the following command:
npm i @types/jasmine
Read now
Unlock full access