Skip to content

Commit b07866a

Browse files
committed
clean up
1 parent a751002 commit b07866a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/use-i18n/src/__typetests__/namespaceTranslation.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ test('i18n - namespaceTranslation', () => {
1717

1818
// Single key
1919
expect(namespaceTranslation).type.not.toBeCallableWith('hello')
20+
2021
// Multiple keys
2122
expect(namespaceTranslation).type.not.toBeCallableWith('doe.john')
2223

0 commit comments

Comments
 (0)