From 41936c5505ac05d0b07d4ac952e01f881c37c6c8 Mon Sep 17 00:00:00 2001 From: Francisco Madeira Date: Sat, 29 Jul 2023 01:56:45 +0100 Subject: [PATCH] formatting --- test/loader.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/loader.test.ts b/test/loader.test.ts index c8aef4f..59a9eac 100644 --- a/test/loader.test.ts +++ b/test/loader.test.ts @@ -59,7 +59,7 @@ it('inclues additional lang paths to load from', () => { expect(langEn['auth.throttle']).toBe('Too many login attempts. Please try again in :seconds seconds.'); }); -it('Overwrites translations from additional lang paths', () => { +it('overwrites translations from additional lang paths', () => { const langPath = __dirname + '/fixtures/lang/'; const additionalLangPaths = [ __dirname + '/fixtures/locales/'