master
import { divide } from '../divide'; test('divide 2 numbers', () => { expect(divide(55, 11)).toBe(5); });