We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd73e9b commit e4cb1cdCopy full SHA for e4cb1cd
packages/pg/test/unit/client/escape-tests.js
@@ -2,13 +2,6 @@
2
var helper = require('./test-helper')
3
var utils = require('../../../lib/utils')
4
5
-function createClient(callback) {
6
- var client = new Client(helper.config)
7
- client.connect(function (err) {
8
- return callback(client)
9
- })
10
-}
11
-
12
var testLit = function (testName, input, expected) {
13
test(testName, function () {
14
var client = new Client(helper.config)
0 commit comments