diff --git a/src/App.spec.tsx b/src/App.spec.tsx index 0b2e3d3..d4f3901 100644 --- a/src/App.spec.tsx +++ b/src/App.spec.tsx @@ -1,5 +1,5 @@ describe('App.tsx', () => { - test('Incorrect start', () => { - expect(true).toBe(false) + test('is true', () => { + expect(true).toBe(true) }) })