Skip to content

Commit

Permalink
🔧 Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mxbaylee committed Jan 11, 2024
1 parent 10cdefa commit f626234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('App.tsx', () => {
test('Incorrect start', () => {
expect(true).toBe(false)
test('is true', () => {
expect(true).toBe(true)
})
})

0 comments on commit f626234

Please sign in to comment.