
describe('converter', () => {
    it('ok', ()=>{
        expect('ok').toBeTruthy();
    });
})