refactor: move connection

This commit is contained in:
Jacob Heun
2019-10-18 13:39:17 +02:00
parent 2cbf2b2ac1
commit df75bee27d
16 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/* eslint-env mocha */
'use strict'
const connectionSuite = require('../test/connection')
module.exports = (test) => {
connectionSuite(test)
}