July 2017
Intermediate to advanced
384 pages
8h 23m
English
Jasmine is a JavaScript testing framework with zero dependencies. With npm, you can install it as follows:
npm install jasmine-core --save-dev
You also need to install the Jasmine type definition file. Otherwise, the TypeScript compiler will not know about the Jasmine types.
npm install @types/jasmine --save-dev
Jasmine has four main concepts:
Read now
Unlock full access