mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 22:29:28 +00:00
add codecov badge
This commit is contained in:
parent
94203ebf27
commit
db9f3c2c32
3 changed files with 2 additions and 32 deletions
|
|
@ -6,6 +6,7 @@ jest.mock('react-i18next', () => ({
|
|||
useTranslation: () => ({
|
||||
t: (k: string) => k,
|
||||
i18n: {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
changeLanguage: (l: string) => {},
|
||||
language: 'en',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue