Skip to content

Instantly share code, notes, and snippets.

View jasonswett's full-sized avatar

Jason Swett jasonswett

View GitHub Profile
@vladimir-ivanov
vladimir-ivanov / observable-request-service-spec.ts
Last active January 22, 2017 22:54
example of angular2 spec with MockBackend for the Http object - angular2 test
///<reference path="../../../typings/angularjs/angular-mocks.d.ts"/>
import {ObservableRequestService} from '../../../src/core/observable-request-service.ts';
import {
Http,
ConnectionBackend,
BaseRequestOptions,
MockBackend,
ResponseOptions,
Response
} from 'angular2/http';