test boundary refactoring and main() invocation (0826)
This commit is contained in:
@ -11,7 +11,7 @@ import {TestBed} from '@angular/core/testing';
|
||||
import {AsyncTestCompleter, afterEach, beforeEach, ddescribe, describe, iit, inject, it, xit} from '@angular/core/testing/testing_internal';
|
||||
import {expect} from '@angular/platform-browser/testing/matchers';
|
||||
|
||||
import {NgLocaleLocalization, NgLocalization, getPluralCategory} from '../src/localization';
|
||||
import {NgLocaleLocalization, NgLocalization, getPluralCategory} from '@angular/common/src/localization';
|
||||
|
||||
|
||||
export function main() {
|
||||
@ -155,4 +155,5 @@ class FrLocalization extends NgLocalization {
|
||||
return 'other';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
main();
|
||||
|
Reference in New Issue
Block a user