MOBILE-3320 tests: Silence logs in tests
parent
2a5e29b1c3
commit
eed6904560
|
@ -13,3 +13,8 @@
|
|||
// limitations under the License.
|
||||
|
||||
import 'jest-preset-angular';
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.debug = () => {
|
||||
// Silence.
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue