Skip to content

Commit

Permalink
fixup! undo path change in snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
endigma committed Nov 14, 2024
1 parent 0386ea1 commit 234763b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tools]
node = "20"
pnpm = "8"
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test('composes layouts and pages', async function () {
)
expect(root_layout_unit).toMatchInlineSnapshot(`
import { useQueryResult, PageContextProvider } from "$houdini/plugins/houdini-react/runtime/routing";
import Component__ from "../../../../src/routes/+layout";
import Component__ from "../../../../../src/routes/+layout";
export default (
{
Expand Down

0 comments on commit 234763b

Please sign in to comment.