UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

8 lines 285 B
describe('get', function () { it('should get the response header field', function(){ var res = response(); res.setHeader('Content-Type', 'text/x-foo'); assert.equal(res.get('Content-Type'), 'text/x-foo'); assert.equal(res.get('Content-type'), 'text/x-foo'); }); });