Using angular-i18n and trying to unit test with CLI ('ng test') but don't know how to set the i18nLocale for the test's build as I am doing with a designated build configuration for 'ng build'.
Alternatively if I can set this in runtime that would do (note that I can set the locale with ...{provide: LOCALE_ID, useValue: 'he'}... but that would not fire the i18n mechanism).
Any idea?