describe 'adder', -> it 'should add two numbers', -> result = window.add(1, 3) expect(result).toEqual(4)