Scherz Ihre Testsuite muss mindestens einen Test enthalten.
test('hello there', () => {
expect(true).toBe(true);
}
SunflowerToad
test('hello there', () => {
expect(true).toBe(true);
}