mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 15:10:10 -05:00
Disable logging during tests
This commit is contained in:
parent
d67f2a5d53
commit
fe62759613
@ -48,3 +48,6 @@ if (!Function.prototype.bind) {
|
||||
|
||||
// set worker path for tests
|
||||
require('../src/js/app-config').config.workerPath = '../lib';
|
||||
|
||||
var axe = require('axe-logger');
|
||||
axe.removeAppender(axe.defaultAppender);
|
Loading…
Reference in New Issue
Block a user