import * as index from '../src/index'; test('Should have render available', () => { expect(index.render).toBeTruthy(); });