From fbd8a9f2c19e50899ea1a073a0cc2232975e5129 Mon Sep 17 00:00:00 2001 From: Chris Weber Date: Wed, 24 Apr 2024 23:33:31 +0200 Subject: [PATCH] Remove failing test to test verify workflow --- src/examples-app/first-example-path.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/examples-app/first-example-path.test.ts b/src/examples-app/first-example-path.test.ts index e55dba9..2692be7 100644 --- a/src/examples-app/first-example-path.test.ts +++ b/src/examples-app/first-example-path.test.ts @@ -40,7 +40,4 @@ describe('firstExamplePath', () => { expect(path).toStrictEqual('') }) - it('should fail', () => { - expect(true).toBe(false) - }) })