Skip to content

Commit

Permalink
fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
visnup committed Aug 18, 2022
1 parent ed1c2fe commit 1673534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/dynamic-route-interpolation/index.test.ts
Expand Up @@ -21,12 +21,12 @@ describe('Dynamic Route Interpolation', () => {
export default function Page(props) {
const router = useRouter()
return (
<div>
<>
<p id="slug">{props.slug}</p>
<Link href={router.asPath}>
<a id="now">{props.now}</a>
</Link>
</div>
</>
)
}
`,
Expand Down

0 comments on commit 1673534

Please sign in to comment.