Накопите свой тестовый набор должен содержать хотя бы один тест.
test('hello there', () => {
expect(true).toBe(true);
}
SunflowerToad
test('hello there', () => {
expect(true).toBe(true);
}