Skip to content

Commit

Permalink
[b] unit tests fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ormi committed Apr 27, 2024
1 parent 06c7f88 commit 39be0dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __tests__/routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('routes', () => {
homeRoute,
'/prijmy-a-vydavky',
'/zamestnanie',
'/dohoda',
'/partner',
'/deti',
'/dochodok',
Expand All @@ -35,6 +36,7 @@ describe('routes', () => {
homeRoute,
'/prijmy-a-vydavky',
'/zamestnanie',
'/dohoda',
'/partner',
'/deti',
'/dochodok',
Expand All @@ -57,6 +59,7 @@ describe('routes', () => {
homeRoute,
'/prijmy-a-vydavky',
'/zamestnanie',
'/dohoda',
'/partner',
'/deti',
'/dochodok',
Expand All @@ -80,6 +83,7 @@ describe('routes', () => {
homeRoute,
'/prijmy-a-vydavky',
'/zamestnanie',
'/dohoda',
'/partner',
'/deti',
'/dochodok',
Expand Down

0 comments on commit 39be0dd

Please sign in to comment.