Colorfulstan / angular-2-browserify-TS-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 ES6 Testing starter

A basic starter kit to get going with unit tests for Angular 2 and ES6. Using Browserify / tsify / babelify.

Usage

npm install npm test for single run npm run test-server for watched run

adding Tests

drop test-files into the /test/unit and they will be picked up by karma.

About


Languages

Language:TypeScript 59.2%Language:JavaScript 40.8%