1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-29 12:22:22 -05:00

[WO-567] ignore buffer in tests

This commit is contained in:
Felix Hammerl 2014-10-14 13:12:59 +02:00
parent 046241e20d
commit 5ea660e5d4

View File

@ -177,7 +177,7 @@ module.exports = function(grunt) {
},
options: {
exclude: browserifyOpt.exclude,
//ignore: ['buffer'], // comment in after browsercrow and browsersmtp use current npm deps
ignore: ['buffer'],
browserifyOptions: browserifyOpt.browserifyOptions
}
}