aboutsummaryrefslogtreecommitdiff
path: root/test/client.ts
blob: 5f96339d0ed3080ec52eee926b689ee5af4b2ac0 (plain)
1
2
3
4
5
6
7
import { Client } from '../lib';
import connection from './utils/dbConnection';

const client = new Client(connection);

export default client;