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: 47a6417bc3dc22a264eacdbc2cf9c8d07a0d16fb (
about
) (
plain
)
1
2
3
4
5
jest.mock("i18n-js", () => { return { t: (key) => `${key}.test`, } })