Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed Jul 29, 2023
1 parent e3d8ca1 commit 41936c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loader.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit 41936c5

Please sign in to comment.