import { Valami } from './valami'; describe('Valami', () => { it('should create an instance', () => { expect(new Valami()).toBeTruthy(); }); });