Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 408 Bytes

File metadata and controls

25 lines (19 loc) · 408 Bytes

VirtualDogJasmineUnitTesting

Following a pluralsight course 'Testing JavaScript with Jasmine and TypeScript'

Installations

An easy to grasp example for training on various web technologies

npm install
npm run bower-typings
tsc
npm start

Requires the following global installations:

  • npm
  • bower
  • typescript
  • typings

Also globally installed:

  • gulp
  • karma-cli
  • tslint (used by VSCode)