mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
10 lines
172 B
JavaScript
10 lines
172 B
JavaScript
var assert = require('assert')
|
|
var Cursor = require('../')
|
|
var pg = require('pg')
|
|
|
|
describe('Custom query config', () => {
|
|
it('supports row mode array', () => {
|
|
|
|
})
|
|
})
|