MOBILE-3320 tests: Silence logs in tests

main
Noel De Martin 2021-02-02 18:42:25 +01:00
parent 2a5e29b1c3
commit eed6904560
1 changed files with 5 additions and 0 deletions

View File

@ -13,3 +13,8 @@
// limitations under the License.
import 'jest-preset-angular';
// eslint-disable-next-line no-console
console.debug = () => {
// Silence.
};