Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function createFixture() {
const i18n = new I18nService({ i18next }, {}, new EventAggregator(), new MockSignaler());
const sut = new DateFormatValueConverter(i18n);
return { i18n, sut };
}