Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 384 Bytes

File metadata and controls

9 lines (8 loc) · 384 Bytes

Introduction

Template for adding jasmine tests in NodeJS with Typescript.

JSON Files

All the following commands are already added executed and the corresponding files are added this project.

  1. package.json npm init -f
  2. npm install --save-dev typescript jasmine
  3. tsconfig.json ./node_modules/.bin/tsc --init
  4. spec/support/jasmine.json ./node_modules/.bin/jasmine init