import { add } from '../src/utils' it('should 2 + 2 === 4', function () { expect(add(2, 2)).toBe(4) })