Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Oct 26, 2022
1 parent ea3c59a commit bf346af
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 @@ -2,7 +2,7 @@ import { createRoutePath } from "../config/routesConvention";

describe("createRoutePath", () => {
describe("creates proper route paths", () => {
let tests = [
let tests: [string, string | undefined][] = [
["routes/$", "routes/*"],
["routes/sub/$", "routes/sub/*"],
["routes.sub/$", "routes/sub/*"],
Expand Down

0 comments on commit bf346af

Please sign in to comment.