Skip to content

Commit fa41d59

Browse files
ci: apply automated fixes
1 parent f8e36da commit fa41d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/tests/router.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2986,7 +2986,7 @@ describe('basepath', () => {
29862986
const router = createRouter({
29872987
routeTree,
29882988
history,
2989-
basepath: 'my-app'
2989+
basepath: 'my-app',
29902990
})
29912991

29922992
render(<RouterProvider router={router} />)

0 commit comments

Comments
 (0)