change missing translations log, disable console.log in unit tests

This commit is contained in:
Karsten Hassel
2021-06-12 22:17:51 +02:00
parent a5f7c946cc
commit 2af4009a93
5 changed files with 13 additions and 19 deletions

1
tests/unit/setup_unit.js Normal file
View File

@@ -0,0 +1 @@
console.log = () => {};