aneagoie / angular2-unit-test-app

Basic Angular 2 app used to show how to implement unit tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Example App for Unit Testing

This repo contains an example Angular 2 application showing all the different types of unit tests.

To install the app:

npm install

To run the dev server in localhost:8080:

npm run dev

To run the unit tests:

npm test

About

Basic Angular 2 app used to show how to implement unit tests


Languages

Language:TypeScript 87.7%Language:JavaScript 11.4%Language:HTML 0.8%