Juega su suite de prueba debe contener al menos una prueba.

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