index
:
org-roam-ui
master
Fork of org-roam-ui <https://github.com/org-roam/org-roam-ui>
Thanos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
mock-i18n.ts
blob: 9f5038f4ee5260cd33008ffa2f5c55aa07937372 (
about
) (
plain
)
1
2
3
4
5
jest.mock('i18n-js', () => { return { t: (key) => `${key}.test`, } })