Skip to content

Commit

Permalink
failing test to smoke-test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Terrill committed May 30, 2024
1 parent 51198d0 commit 4c49967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/__tests__/useParallel-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,7 @@ describe('The useParallel hook', () => {
error: 'test error',
loginStatus: { error: 'test error' },
})

expect(true).toBe(false)
})
})

0 comments on commit 4c49967

Please sign in to comment.