Skip to content

Commit

Permalink
fixup path in snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
endigma committed Nov 21, 2024
1 parent 234763b commit 92042ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ test('composes layouts and pages', async function () {
)
expect(deep_layout_unit).toMatchInlineSnapshot(`
import { useQueryResult, PageContextProvider } from "$houdini/plugins/houdini-react/runtime/routing";
import Component__subRoute from "../../../../src/routes/subRoute/+layout";
import Component__subRoute from "../../../../../src/routes/subRoute/+layout";
export default (
{
Expand Down

0 comments on commit 92042ce

Please sign in to comment.