import { uikit } from './uikit'; describe('uikit', () => { it('should work', () => { expect(uikit()).toEqual('uikit'); }); });