Skip to content

Commit

Permalink
test: fix test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Jul 28, 2023
1 parent 771d121 commit e8bdca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/i18n.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('All keys in all localizations must be the same', () => {
})


test.only('Messages do not have to have the same values in different locales', () => {
test('Messages do not have to have the same values in different locales', () => {

const messagesMap: Record<string, { code: typeof localeCodes[number], value: string }[]> = {}

Expand Down

0 comments on commit e8bdca7

Please sign in to comment.