describe('maven installer tests', () => {
it('square root of 4 to equal 2', () => {
expect(Math.sqrt(4)).toBe(2);
});