test boundary refactoring and main() invocation (0826)
This commit is contained in:
@ -11,11 +11,11 @@ import {AsyncTestCompleter, afterEach, beforeEach, ddescribe, describe, iit, inj
|
||||
import {expect} from '@angular/platform-browser/testing/matchers';
|
||||
import {ReplaySubject} from 'rxjs/ReplaySubject';
|
||||
|
||||
import {BaseRequestOptions, RequestOptions} from '../../src/base_request_options';
|
||||
import {BaseResponseOptions, ResponseOptions} from '../../src/base_response_options';
|
||||
import {Request} from '../../src/static_request';
|
||||
import {Response} from '../../src/static_response';
|
||||
import {MockBackend, MockConnection} from '../../testing/mock_backend';
|
||||
import {BaseRequestOptions, RequestOptions} from '@angular/http/src/base_request_options';
|
||||
import {BaseResponseOptions, ResponseOptions} from '@angular/http/src/base_response_options';
|
||||
import {Request} from '@angular/http/src/static_request';
|
||||
import {Response} from '@angular/http/src/static_response';
|
||||
import {MockBackend, MockConnection} from '@angular/http/testing/mock_backend';
|
||||
|
||||
export function main() {
|
||||
describe('MockBackend', () => {
|
||||
@ -117,3 +117,5 @@ export function main() {
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
main();
|
||||
|
Reference in New Issue
Block a user