Skip to content

Commit 330c65f

Browse files
committed
Fix test description
1 parent 173578d commit 330c65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-dom/__tests__/scroll-restoration-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
} from "react-router-dom";
1212

1313
describe(`ScrollRestoration`, () => {
14-
it("renders the first route that matches the URL", () => {
14+
it("removes the basename from the location provided to getKey", () => {
1515
let getKey = jest.fn(() => "mykey");
1616
let testWindow = getWindowImpl("/base");
1717
window.scrollTo = () => {};

0 commit comments

Comments
 (0)