Skip to content

Commit

Permalink
Remove failing test to test verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
webair committed Apr 24, 2024
1 parent 649612d commit fbd8a9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/examples-app/first-example-path.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@ describe('firstExamplePath', () => {

expect(path).toStrictEqual('')
})
it('should fail', () => {
expect(true).toBe(false)
})
})

0 comments on commit fbd8a9f

Please sign in to comment.