Skip to content

Commit

Permalink
Update test fixture path
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkow committed Dec 7, 2022
1 parent 8fd46fc commit d708702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/__tests__/routesConvention-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe("createRoutePath", () => {

describe("defineConventionalRoutes", () => {
it("creates a route manifest from the routes directory", () => {
let routes = defineConventionalRoutes(path.join(__dirname, "fixtures/replace-remix-imports/app"));
let routes = defineConventionalRoutes(path.join(__dirname, "fixtures/replace-remix-magic-imports/app"));
let keys = Object.keys(routes);
expect(keys.length).toBe(14)
expect(keys.filter(key => routes[key].parentId).length).toBe(5)
Expand Down

0 comments on commit d708702

Please sign in to comment.