blob: 3149a76e2b46c9f4480684423d79415e56edcce4 [file]
import indexfile from 'lib';
test('it should work', () => {
expect(indexfile).toBe('test');
});