mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
9 lines
161 B
JavaScript
9 lines
161 B
JavaScript
require(__dirname+'/test-helper');
|
|
|
|
var buffers = {};
|
|
buffers.readyForQuery = new BufferList()
|
|
.add(Buffer('I'))
|
|
.join(true,'Z');
|
|
|
|
module.exports = buffers;
|