Support Node.js 10

remotes/origin/cdb-6.x
Daniel García Aubert 6 years ago
parent 4e1b5487dc
commit 37e731940b

@ -2,6 +2,7 @@ var helper = require('./test-helper')
process.on('warning', function (warning) {
console.log(warning)
if (warning.message.startsWith('Buffer() is deprecated')) return
throw new Error('Should not emit deprecation warning')
})

Loading…
Cancel
Save