// import SphinxQL from '../src/SphinxQL';
// import SphinxClientPool from '../src/SphinxClientPool';

describe('greeter function', () => {
  
  it('it creates and stablish a Sphinx/Manticore connection successfully', () => {
    expect(true).toBeTruthy();
  });
});
