Skip to content

Commit

Permalink
update tests for flat route conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Mar 9, 2023
1 parent 31200d3 commit 6dedab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/meta-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ test.describe("v2_meta", () => {
}
`,

"app/routes/index.jsx": js`
"app/routes/_index.jsx": js`
export const meta = ({ data, matches }) =>
matches.flatMap((match) => match.meta);
Expand All @@ -464,7 +464,7 @@ test.describe("v2_meta", () => {
}
`,

"app/routes/authors/$authorId.jsx": js`
"app/routes/authors.$authorId.jsx": js`
import { json } from "@remix-run/node";
export async function loader({ params }) {
Expand Down

0 comments on commit 6dedab6

Please sign in to comment.