Tag: testing
All the articles with the tag "testing".
Angular 2 MockBackend Service Testing Template Using TestBed
Test Angular 2 services with TestBed and MockBackend without making real HTTP requests.
Angular 2 Services Testing Template
A simple template for testing Angular 2 services, with optional real HTTP calls.
Angular 2 Component Testing Template Using TestBed
A reusable TestBed template for testing Angular 2 components.
Refactor and Test jQuery/JS Code
Refactor unstructured jQuery code into testable JavaScript with a clear separation of responsibilities.