Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Dec 3, 2024
1 parent c6048f6 commit b0b59dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/static/tests/unit/router.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ describe("router", () => {
routes: [
{
path: "/",
component: WodinSession
component: WodinSession,
props: {
initSelectedTab: undefined
}
},
{
path: "/sessions",
Expand Down

0 comments on commit b0b59dc

Please sign in to comment.