Jest suite tes Anda harus berisi setidaknya satu tes.

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