describe('Add-Function', function() { it('adds two odd numbers', () => { expect(add(2, 3)).toEqual(5); }); });