Skip to content

Commit

Permalink
fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Jul 20, 2023
1 parent e0141c9 commit 31885b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ describe('registerRouteForBundle', () => {
{
path: '/route-path/{path*}',
options: {
access: 'public',
authRequired: false,
},
validate: expect.any(Object),
Expand Down

0 comments on commit 31885b4

Please sign in to comment.