Jest Votre suite de test doit contenir au moins un test.
test('hello there', () => {
expect(true).toBe(true);
}
SunflowerToad
test('hello there', () => {
expect(true).toBe(true);
}