Skip to content

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

Notifications You must be signed in to change notification settings

LiamMCode/VirtualDogJasmineUnitTesting

Repository files navigation

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)