test boundary refactoring and main() invocation (0826)
This commit is contained in:
@ -8,9 +8,9 @@
|
||||
|
||||
import {beforeEach, ddescribe, describe, expect, iit, inject, it, xit} from '@angular/core/testing/testing_internal';
|
||||
|
||||
import {Map, StringMapWrapper} from '../src/facade/collection';
|
||||
import {Json} from '../src/facade/lang';
|
||||
import {Headers} from '../src/headers';
|
||||
import {Map, StringMapWrapper} from '@angular/facade/src/collection';
|
||||
import {Json} from '@angular/facade/src/lang';
|
||||
import {Headers} from '@angular/http/src/headers';
|
||||
|
||||
export function main() {
|
||||
describe('Headers', () => {
|
||||
@ -131,3 +131,5 @@ Connection: keep-alive`;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
main();
|
||||
|
Reference in New Issue
Block a user