#Sample Test Suit
This is a sample test suit using protractor as e2e test runner, karma as unit test runner and jasmine as test framework.
To install
npm install
To run server
npm start
To run unit tests
npm test
To run e2e tests
npm run protractor