oasp-forge / oasp4js-rev

The Open Application Standard Platform for JavaScript
http://oasp.github.io/
0 stars 2 forks source link

Component/Service tests ng2 #15

Closed cbeldacap closed 8 years ago

cbeldacap commented 8 years ago

Creation of ".spec.ts" files used to test angular2 components of own creation. The goal is to implement tests for files like:

  1. *.service.ts
  2. *.component.ts without injected services
  3. *.component.ts with injected services

I'm following this (posts, articles, webinars...), although I'll port more links and info: