1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-29 20:32:15 -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: { options: {
exclude: browserifyOpt.exclude, exclude: browserifyOpt.exclude,
//ignore: ['buffer'], // comment in after browsercrow and browsersmtp use current npm deps ignore: ['buffer'],
browserifyOptions: browserifyOpt.browserifyOptions browserifyOptions: browserifyOpt.browserifyOptions
} }
} }