Skip to content

Commit

Permalink
Refactor: jest to vitest : Fixes PalisadoesFoundation#2547
Browse files Browse the repository at this point in the history
  • Loading branch information
bandhan-majumder committed Dec 12, 2024
1 parent 80b6f36 commit 3484f6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/screens/EventVolunteers/Requests/Requests.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ describe('Testing Requests Screen', () => {
<I18nextProvider i18n={i18n}>
<Routes>
<Route path="/event/" element={<Requests />} />
<Route path="/" element={<Requests />} />
<Route
path="/"
element={<div data-testid="paramsError"></div>}
/>
</Routes>
</I18nextProvider>
</Provider>
Expand Down

0 comments on commit 3484f6e

Please sign in to comment.