client/escape-tests: remove unused function (#3244)

Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
Alex Anderson 2024-06-05 18:51:56 +03:00 committed by GitHub
parent cd73e9bf86
commit e4cb1cdc38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,6 @@
var helper = require('./test-helper')
var utils = require('../../../lib/utils')
function createClient(callback) {
var client = new Client(helper.config)
client.connect(function (err) {
return callback(client)
})
}
var testLit = function (testName, input, expected) {
test(testName, function () {
var client = new Client(helper.config)