import '../src/methods';
test(`no test`, (): void => {
    expect(true).toBe(true);
})