Template for adding jasmine tests in NodeJS with Typescript.
All the following commands are already added executed and the corresponding files are added this project.
- package.json npm init -f
- npm install --save-dev typescript jasmine
- tsconfig.json ./node_modules/.bin/tsc --init
- spec/support/jasmine.json ./node_modules/.bin/jasmine init