diff --git a/test/helloWorld.test.js b/test/helloWorld.test.js index 9efedd54..b9166668 100644 --- a/test/helloWorld.test.js +++ b/test/helloWorld.test.js @@ -3,7 +3,3 @@ import { expect, test } from 'vitest' test('hello world', () => { expect(1 + 1).toBe(2) }) - -test('hello world fail', () => { - expect(1 + 1).toBe(3) -}) \ No newline at end of file