Zmarbaj pakiet testowy musi zawierać co najmniej jeden test.

test('hello there', () => {
  expect(true).toBe(true);
}
SunflowerToad