Skip to content

Commit

Permalink
Remove .only from localization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemicas committed Jan 13, 2024
1 parent 78c9a88 commit 8a26e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/classes/localization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('Localization', () => {
expect(localization.get('hello')).toBe('hello john')
})

it.only('works with multiple variables', () => {
it('works with multiple variables', () => {
EN.data.hello = 'hello {name} {surname}'
localization.push(EN)

Expand Down

0 comments on commit 8a26e63

Please sign in to comment.