test boundary refactoring and main() invocation (0826)
This commit is contained in:
@ -8,8 +8,8 @@
|
||||
|
||||
import {describe, expect, it} from '@angular/core/testing/testing_internal';
|
||||
|
||||
import {ResponseOptions} from '../src/base_response_options';
|
||||
import {Response} from '../src/static_response';
|
||||
import {ResponseOptions} from '@angular/http/src/base_response_options';
|
||||
import {Response} from '@angular/http/src/static_response';
|
||||
|
||||
|
||||
|
||||
@ -26,3 +26,5 @@ export function main() {
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
main();
|
||||
|
Reference in New Issue
Block a user