Skip to content

Commit d7eb048

Browse files
committed
chore: format
1 parent 50b96f9 commit d7eb048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/__tests__/generatePath-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe("generatePath", () => {
136136
describe("with a param that contains a /", () => {
137137
it("properly encodes the slash", () => {
138138
expect(generatePath("/courses/:id/grades", { id: "a/b" })).toBe(
139-
"/courses/a%2Fb/grades"
139+
"/courses/a%2Fb/grades",
140140
);
141141
});
142142
});

0 commit comments

Comments
 (0)