diff --git a/Test/index.spec.js b/Test/index.spec.js index 3828f75..39defeb 100644 --- a/Test/index.spec.js +++ b/Test/index.spec.js @@ -1,5 +1,5 @@ describe('Index', () => { it('Should be true', () => { - expect(false).toBe(true); + expect(true).toBe(true); }); }); \ No newline at end of file