UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

16 lines (8 loc) 237 B
var es = require('../') exports['handle buffer'] = function (t) { es.stringify().on('data', function (d) { t.equal(d.trim(), JSON.stringify('HELLO')) t.end() }).write(new Buffer('HELLO')) } require('./helper')(module)