Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit c4cfd09

Browse files
Removed comments
1 parent 71a3153 commit c4cfd09

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

runtime/i18n/host-locale-provider.spec.ts

-18
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,4 @@ describe('Host locale provider', () => {
3535
});
3636
}
3737
);
38-
39-
// it('should get locale info from the provided locale provider', (done) => {
40-
// const localeProvider = new SkyAppHostLocaleProvider(
41-
// mockWindowRef,
42-
// {
43-
// getLocaleInfo: () => {
44-
// return Observable.of({
45-
// locale: 'es-MX'
46-
// });
47-
// }
48-
// }
49-
// );
50-
51-
// localeProvider.getLocaleInfo().subscribe((info: any) => {
52-
// expect(info.locale).toBe('es-MX');
53-
// done();
54-
// });
55-
// });
5638
});

0 commit comments

Comments
 (0)